]> andersk Git - openssh.git/blobdiff - packet.h
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / packet.h
index 2ea0ae43687da4e8a015c5959c53db4643dc1d37..90db9c5f2f6f092b2808afd6cd29150e97d8a40f 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -15,10 +15,16 @@ Interface for the packet protocol functions.
 
 /* RCSID("$Id$"); */
 
+#include "config.h"
 #ifndef PACKET_H
 #define PACKET_H
 
+#ifdef HAVE_OPENSSL
 #include <openssl/bn.h>
+#endif
+#ifdef HAVE_SSL
+#include <ssl/bn.h>
+#endif
 
 /* Sets the socket used for communication.  Disables encryption until
    packet_set_encryption_key is called.  It is permissible that fd_in
This page took 0.201813 seconds and 4 git commands to generate.