]> andersk Git - openssh.git/blobdiff - auth-rsa.c
- Reduce diff against OpenBSD source
[openssh.git] / auth-rsa.c
index 5fcdae4c6e505dc32b1ccf95e34aec637ba6389a..1e8c947f52a96c730a4eabe902f1f9a62d5d04a8 100644 (file)
@@ -27,14 +27,8 @@ RCSID("$Id$");
 #include "match.h"
 #include "servconf.h"
 
-#ifdef HAVE_OPENSSL
 #include <openssl/rsa.h>
 #include <openssl/md5.h>
-#endif
-#ifdef HAVE_SSL
-#include <ssl/rsa.h>
-#include <ssl/md5.h>
-#endif
 
 /* Flags that may be set in authorized_keys options. */
 extern int no_port_forwarding_flag;
This page took 0.032287 seconds and 4 git commands to generate.