head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	ssh_1_2_31:1.1
	ssh_1_2_30:1.1
	ssh_1_2_29:1.1
	ssh_1_2_28:1.1
	ssh_1_2_27:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.06.29.21.39.04;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	2001.02.09.22.56.39;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to version 1.2.32.
@
text
@--- 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;

@


1.1
log
@Commit fixes for the two recent security problems found by BINDVIEW
and Core-SDI, and bump PORTREVISION.
@
text
@@

