]> andersk Git - openssh.git/blobdiff - packet.c
- Reduce diff against OpenBSD source
[openssh.git] / packet.c
index 4000698c7520783f353ec0b77793b2096037965c..6ff6417a8ce74c0f530a802507db08e2514b756e 100644 (file)
--- a/packet.c
+++ b/packet.c
 #include "includes.h"
 RCSID("$Id$");
 
-#ifdef HAVE_OPENSSL
-# include <openssl/bn.h>
-# include <openssl/dh.h>
-# include <openssl/hmac.h>
-#endif /* HAVE_OPENSSL */
-#ifdef HAVE_SSL
-# include <ssl/bn.h>
-# include <ssl/dh.h>
-# include <ssl/hmac.h>
-#endif /* HAVE_SSL */
-
 #include "xmalloc.h"
 #include "buffer.h"
 #include "packet.h"
@@ -46,6 +35,9 @@ RCSID("$Id$");
 #include "compat.h"
 #include "ssh2.h"
 
+#include <openssl/bn.h>
+#include <openssl/dh.h>
+#include <openssl/hmac.h>
 #include "buffer.h"
 #include "kex.h"
 #include "hmac.h"
This page took 0.033471 seconds and 4 git commands to generate.