]> andersk Git - openssh.git/blobdiff - rsa.h
- (djm) Stop shadow expiry checking from preventing logins with NIS. Based
[openssh.git] / rsa.h
diff --git a/rsa.h b/rsa.h
index 252a910c22ba0ed33d38f9c3225f307907e6673b..dfbf6f487672634cb42949817be782e550efeaf5 100644 (file)
--- a/rsa.h
+++ b/rsa.h
  *
 */
 
-/* RCSID("$Id$"); */
+/* RCSID("$OpenBSD: rsa.h,v 1.7 2000/06/20 01:39:44 markus Exp $"); */
 
 #ifndef RSA_H
 #define RSA_H
 
-#include "config.h"
-
-#ifdef HAVE_OPENSSL
 #include <openssl/bn.h>
 #include <openssl/rsa.h>
-#include <openssl/rand.h>
-#endif
-
-#ifdef HAVE_SSL
-#include <ssl/bn.h>
-#include <ssl/rsa.h>
-#include <ssl/rand.h>
-#endif
 
 /* Calls SSL RSA_generate_key, only copies to prv and pub */
 void    rsa_generate_key(RSA * prv, RSA * pub, unsigned int bits);
This page took 0.03502 seconds and 4 git commands to generate.