summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-ca
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh/patches/patch-ca')
-rw-r--r--security/ssh/patches/patch-ca13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/ssh/patches/patch-ca b/security/ssh/patches/patch-ca
deleted file mode 100644
index df9c9be9e71..00000000000
--- a/security/ssh/patches/patch-ca
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ca,v 1.2 2001/02/16 13:06:41 dmcmahill Exp $
-
---- deattack.c.orig Wed May 12 13:19:25 1999
-+++ deattack.c Tue Feb 13 11:23:07 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;