summaryrefslogtreecommitdiffstats
path: root/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher.c b/cipher.c
index 64c407e6..5589c24f 100644
--- a/cipher.c
+++ b/cipher.c
@@ -12,10 +12,11 @@
*/
#include "includes.h"
-RCSID("$Id: cipher.c,v 1.11 1999/12/14 22:34:31 damien Exp $");
+RCSID("$Id: cipher.c,v 1.12 2000/01/22 23:32:03 damien Exp $");
#include "ssh.h"
#include "cipher.h"
+#include "config.h"
#ifdef HAVE_OPENSSL
#include <openssl/md5.h>