]> andersk Git - openssh.git/blobdiff - mpaux.c
- Reduce diff against OpenBSD source
[openssh.git] / mpaux.c
diff --git a/mpaux.c b/mpaux.c
index 21109083f324e75cd39c5ae81f1b880f764f217e..4c8ee5ab28d3bf5e8defb754c4a4fa239228e7d4 100644 (file)
--- a/mpaux.c
+++ b/mpaux.c
 #include "includes.h"
 RCSID("$Id$");
 
+#include <openssl/bn.h>
 #include "getput.h"
 #include "xmalloc.h"
 
-#ifdef HAVE_OPENSSL
-#include <openssl/bn.h>
 #include <openssl/md5.h>
-#endif
-#ifdef HAVE_SSL
-#include <ssl/bn.h>
-#include <ssl/md5.h>
-#endif
 
 void
 compute_session_id(unsigned char session_id[16],
This page took 0.046409 seconds and 4 git commands to generate.