summaryrefslogtreecommitdiff
path: root/deattack.c
diff options
context:
space:
mode:
Diffstat (limited to 'deattack.c')
-rw-r--r--deattack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deattack.c b/deattack.c
index 9b9babace..36023e0d3 100644
--- a/deattack.c
+++ b/deattack.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: deattack.c,v 1.12 2001/01/21 19:05:48 markus Exp $ */ 1/* $OpenBSD: deattack.c,v 1.13 2001/03/01 02:45:10 deraadt Exp $ */
2 2
3/* 3/*
4 * Cryptographic attack detector for ssh - source code 4 * Cryptographic attack detector for ssh - source code
@@ -44,7 +44,7 @@
44/* Hash function (Input keys are cipher results) */ 44/* Hash function (Input keys are cipher results) */
45#define HASH(x) GET_32BIT(x) 45#define HASH(x) GET_32BIT(x)
46 46
47#define CMP(a,b) (memcmp(a, b, SSH_BLOCKSIZE)) 47#define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE))
48 48
49 49
50void 50void