summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher.c b/cipher.c
index b06564d4a..64c407e62 100644
--- a/cipher.c
+++ b/cipher.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$Id: cipher.c,v 1.10 1999/12/14 22:06:28 damien Exp $"); 15RCSID("$Id: cipher.c,v 1.11 1999/12/14 22:34:31 damien Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "cipher.h" 18#include "cipher.h"
@@ -111,7 +111,7 @@ swap_bytes(const unsigned char *src, unsigned char *dst_, int n)
111 111
112void (*cipher_attack_detected) (const char *fmt,...) = fatal; 112void (*cipher_attack_detected) (const char *fmt,...) = fatal;
113 113
114static INLINE void 114static inline void
115detect_cbc_attack(const unsigned char *src, 115detect_cbc_attack(const unsigned char *src,
116 unsigned int len) 116 unsigned int len)
117{ 117{