]> andersk Git - openssh.git/blobdiff - ssh-agent.c
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / ssh-agent.c
index d07e3b8102b70d519ff94356c72b51654890fb4c..6df3de43c3c52f9d16e1ffc88027e0ad9c1c4e83 100644 (file)
@@ -13,6 +13,7 @@ The authentication agent program.
 
 */
 
+#include "config.h"
 #include "includes.h"
 RCSID("$Id$");
 
@@ -26,7 +27,12 @@ RCSID("$Id$");
 #include "getput.h"
 #include "mpaux.h"
 
+#ifdef HAVE_OPENSSL
 #include <openssl/md5.h>
+#endif
+#ifdef HAVE_SSL
+#include <ssl/md5.h>
+#endif
 
 typedef struct
 {
This page took 0.053813 seconds and 4 git commands to generate.