]> andersk Git - openssh.git/blobdiff - deattack.c
- (djm) CVS OpenBSD sync:
[openssh.git] / deattack.c
index 7f95eca31999ec29154039493422e3e16c1ca67b..74a46c0e7b8099251d94d511797d4d250c5af1ec 100644 (file)
@@ -1,5 +1,6 @@
+/*     $OpenBSD: deattack.c,v 1.9 2000/09/07 20:27:51 deraadt Exp $    */
+
 /*
- * $OpenBSD: deattack.c,v 1.7 2000/06/20 01:39:41 markus Exp $
  * Cryptographic attack detector for ssh - source code
  *
  * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
@@ -50,7 +51,7 @@ void
 crc_update(u_int32_t *a, u_int32_t b)
 {
        b ^= *a;
-       *a = crc32((unsigned char *) &b, sizeof(b));
+       *a = ssh_crc32((unsigned char *) &b, sizeof(b));
 }
 
 /* detect if a block is used in a particular pattern */
This page took 0.033737 seconds and 4 git commands to generate.