]> andersk Git - openssh.git/blobdiff - deattack.c
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / deattack.c
index 9b9babace3b35f2b5411c79190de8edb6dfda753..36023e0d3371dd5e541f76c510f91195a6d55e2a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: deattack.c,v 1.12 2001/01/21 19:05:48 markus Exp $    */
+/*     $OpenBSD: deattack.c,v 1.13 2001/03/01 02:45:10 deraadt Exp $   */
 
 /*
  * Cryptographic attack detector for ssh - source code
@@ -44,7 +44,7 @@
 /* Hash function (Input keys are cipher results) */
 #define HASH(x)                GET_32BIT(x)
 
-#define CMP(a,b)       (memcmp(a, b, SSH_BLOCKSIZE))
+#define CMP(a, b)      (memcmp(a, b, SSH_BLOCKSIZE))
 
 
 void
This page took 0.026936 seconds and 4 git commands to generate.