X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0183ea1c476b7d9f4a93299bb63636a3e755bd86..5881cd602cf8b58856359c0d7a30c2a15d6ef9f8:/ssh-agent.c diff --git a/ssh-agent.c b/ssh-agent.c index d07e3b81..6df3de43 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -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 +#endif +#ifdef HAVE_SSL +#include +#endif typedef struct {