]> andersk Git - openssh.git/blobdiff - bufaux.c
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / bufaux.c
index 56e0346487cea6bb69aeadc6050b958e58cfdee6..59c8d7328fbb9baf26045968e4032105893660ea 100644 (file)
--- a/bufaux.c
+++ b/bufaux.c
@@ -14,11 +14,19 @@ Buffers.
 
 */
 
+#include "config.h"
 #include "includes.h"
 RCSID("$Id$");
 
 #include "ssh.h"
+
+#ifdef HAVE_OPENSSL
 #include <openssl/bn.h>
+#endif
+#ifdef HAVE_SSL
+#include <ssl/bn.h>
+#endif
+
 #include "bufaux.h"
 #include "xmalloc.h"
 #include "getput.h"
This page took 0.030367 seconds and 4 git commands to generate.