summaryrefslogtreecommitdiff
path: root/auth-rsa.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
committerDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
commit5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 (patch)
tree443665fb58916f33c2f346aa3284a444d3352311 /auth-rsa.c
parenta664e870f27e6dc2c73f393e95a229abc527e0e6 (diff)
- Reduce diff against OpenBSD source
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
Diffstat (limited to 'auth-rsa.c')
-rw-r--r--auth-rsa.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/auth-rsa.c b/auth-rsa.c
index e9d61f69b..aa8be2bb0 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -16,7 +16,7 @@
16 */ 16 */
17 17
18#include "includes.h" 18#include "includes.h"
19RCSID("$Id: auth-rsa.c,v 1.16 2000/04/16 01:18:39 damien Exp $"); 19RCSID("$Id: auth-rsa.c,v 1.17 2000/04/16 02:31:49 damien Exp $");
20 20
21#include "rsa.h" 21#include "rsa.h"
22#include "packet.h" 22#include "packet.h"
@@ -27,14 +27,8 @@ RCSID("$Id: auth-rsa.c,v 1.16 2000/04/16 01:18:39 damien Exp $");
27#include "match.h" 27#include "match.h"
28#include "servconf.h" 28#include "servconf.h"
29 29
30#ifdef HAVE_OPENSSL
31#include <openssl/rsa.h> 30#include <openssl/rsa.h>
32#include <openssl/md5.h> 31#include <openssl/md5.h>
33#endif
34#ifdef HAVE_SSL
35#include <ssl/rsa.h>
36#include <ssl/md5.h>
37#endif
38 32
39/* Flags that may be set in authorized_keys options. */ 33/* Flags that may be set in authorized_keys options. */
40extern int no_port_forwarding_flag; 34extern int no_port_forwarding_flag;