]> andersk Git - openssh.git/blobdiff - deattack.c
- (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
[openssh.git] / deattack.c
index 27b80f3a253a80e4440f5ad7b246d7c10cb1fca8..72e7f1e0611e70d898c31ef8ab056ede1364e561 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * $OpenBSD: deattack.c,v 1.8 2000/08/19 02:17:12 deraadt Exp $
  * Cryptographic attack detector for ssh - source code
  *
  * Copyright (c) 1998 CORE SDI S.A., Buenos Aires, Argentina.
@@ -50,7 +50,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.135512 seconds and 4 git commands to generate.