summaryrefslogtreecommitdiff
path: root/security/ssh/files/patch-az
blob: e09b6edda900b14808fcb4eaff4ee02ad32f6e49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- deattack.c-old Wed Feb  7 19:45:16 2001
+++ deattack.c Wed Feb  7 19:54:11 2001
@@ -79,7 +79,7 @@
 detect_attack(unsigned char *buf, word32 len, unsigned char *IV)
 {
   static word16  *h = (word16 *) NULL;
-  static word16   n = HASH_MINSIZE / HASH_ENTRYSIZE;
+  static word32   n = HASH_MINSIZE / HASH_ENTRYSIZE;
   register word32 i, j;
   word32          l;
   register unsigned char *c;