]> andersk Git - openssh.git/blobdiff - cipher.c
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / cipher.c
index ac64a30dd71de02c9a92bd7a598e51132c499b8e..ade17dbc8b785549e4a8ca3c118742a5ce237d79 100644 (file)
--- a/cipher.c
+++ b/cipher.c
@@ -11,13 +11,19 @@ Created: Wed Apr 19 17:41:39 1995 ylo
 
 */
 
+#include "config.h"
 #include "includes.h"
 RCSID("$Id$");
 
 #include "ssh.h"
 #include "cipher.h"
 
+#ifdef HAVE_OPENSSL
 #include <openssl/md5.h>
+#endif
+#ifdef HAVE_SSL
+#include <ssl/md5.h>
+#endif
 
 /*
  * What kind of tripple DES are these 2 routines?
This page took 0.031733 seconds and 4 git commands to generate.