]> 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 ab1b167b20a121c19d6e8e1eac3124ff76540158..dfbf6f487672634cb42949817be782e550efeaf5 100644 (file)
--- a/rsa.h
+++ b/rsa.h
@@ -1,34 +1,25 @@
 /*
- * 
+ *
  * rsa.h
- * 
+ *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
- * 
+ *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
- * 
+ *
  * Created: Fri Mar  3 22:01:06 1995 ylo
- * 
+ *
  * RSA key generation, encryption and decryption.
- * 
+ *
 */
 
-/* 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>
-#endif
-
-#ifdef HAVE_SSL
-#include <ssl/bn.h>
-#include <ssl/rsa.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.067262 seconds and 4 git commands to generate.