]> andersk Git - openssh.git/blobdiff - authfd.c
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / authfd.c
index fb03faccc715650968489694d6faccb401a94b36..ab82b337077655a1c7cd6bdf8d802446ab0437b5 100644 (file)
--- a/authfd.c
+++ b/authfd.c
@@ -13,6 +13,7 @@ Functions for connecting the local authentication agent.
 
 */
 
+#include "config.h"
 #include "includes.h"
 RCSID("$Id$");
 
@@ -24,7 +25,12 @@ RCSID("$Id$");
 #include "xmalloc.h"
 #include "getput.h"
 
+#ifdef HAVE_OPENSSL
 #include <openssl/rsa.h>
+#endif
+#ifdef HAVE_SSL
+#include <ssl/rsa.h>
+#endif
 
 /* Returns the number of the authentication fd, or -1 if there is none. */
 
This page took 0.031602 seconds and 4 git commands to generate.