summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cipher.c b/cipher.c
index 89e3c279f..c867216cc 100644
--- a/cipher.c
+++ b/cipher.c
@@ -35,10 +35,11 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: cipher.c,v 1.41 2000/12/19 23:17:56 markus Exp $"); 38RCSID("$OpenBSD: cipher.c,v 1.42 2001/01/21 19:05:46 markus Exp $");
39 39
40#include "ssh.h"
41#include "xmalloc.h" 40#include "xmalloc.h"
41#include "log.h"
42#include "cipher.h"
42 43
43#include <openssl/md5.h> 44#include <openssl/md5.h>
44 45