summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-23 10:32:03 +1100
committerDamien Miller <djm@mindrot.org>2000-01-23 10:32:03 +1100
commit1fa154bb1e06bfb4f8d6b95f09a6352d38577c57 (patch)
tree62678a152fab75d8062dff6eb85e72db6fb27acc /cipher.c
parent6fe375dee4f0c5b81026d7eb9dc00cf75645b241 (diff)
- AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
<drankin@bohemians.lexington.ky.us>
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 64c407e62..5589c24fa 100644
--- a/cipher.c
+++ b/cipher.c
@@ -12,10 +12,11 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$Id: cipher.c,v 1.11 1999/12/14 22:34:31 damien Exp $"); 15RCSID("$Id: cipher.c,v 1.12 2000/01/22 23:32:03 damien Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "cipher.h" 18#include "cipher.h"
19#include "config.h"
19 20
20#ifdef HAVE_OPENSSL 21#ifdef HAVE_OPENSSL
21#include <openssl/md5.h> 22#include <openssl/md5.h>