]> andersk Git - openssh.git/blobdiff - deattack.c
- (djm) CVS OpenBSD sync:
[openssh.git] / deattack.c
index 27b80f3a253a80e4440f5ad7b246d7c10cb1fca8..74a46c0e7b8099251d94d511797d4d250c5af1ec 100644 (file)
@@ -1,5 +1,6 @@
+/*     $OpenBSD: deattack.c,v 1.9 2000/09/07 20:27:51 deraadt Exp $    */
+
 /*
- * $Id$
  * 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.026924 seconds and 4 git commands to generate.