]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
- Reduce diff against OpenBSD source
[openssh.git] / auth-rh-rsa.c
index b2730d6bfc159155247a3b4680cf44f118f2e8d7..52ce688ce9d38a93c18e7053ae69bcae5013ffd4 100644 (file)
 #include "includes.h"
 RCSID("$Id$");
 
-#ifdef HAVE_OPENSSL
-#include <openssl/bn.h>
-#include <openssl/rsa.h>
-#include <openssl/dsa.h>
-#endif
-#ifdef HAVE_SSL
-#include <ssl/bn.h>
-#include <ssl/rsa.h>
-#include <ssl/dsa.h>
-#endif
-
 #include "packet.h"
 #include "ssh.h"
 #include "xmalloc.h"
 #include "uidswap.h"
 #include "servconf.h"
 
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
 #include "key.h"
 #include "hostfile.h"
 
This page took 0.443044 seconds and 4 git commands to generate.