]> andersk Git - openssh.git/blobdiff - cipher.h
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / cipher.h
index bded62430ed70bbf717e0e18e3891fea4ff061d7..d04855a44295bef98de88883733d3b078a71ddc4 100644 (file)
--- a/cipher.h
+++ b/cipher.h
@@ -13,11 +13,19 @@ Created: Wed Apr 19 16:50:42 1995 ylo
 
 /* RCSID("$Id$"); */
 
+#include "config.h"
+
 #ifndef CIPHER_H
 #define CIPHER_H
 
+#ifdef HAVE_OPENSSL
 #include <openssl/des.h>
 #include <openssl/blowfish.h>
+#endif
+#ifdef HAVE_SSL
+#include <ssl/des.h>
+#include <ssl/blowfish.h>
+#endif
 
 /* Cipher types.  New types can be added, but old types should not be removed
    for compatibility.  The maximum allowed value is 31. */
This page took 0.035879 seconds and 4 git commands to generate.