summaryrefslogtreecommitdiff
path: root/auth-skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-skey.c')
-rw-r--r--auth-skey.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/auth-skey.c b/auth-skey.c
index 457100ccc..a0d786cb2 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -1,11 +1,15 @@
1#include "includes.h" 1#include "includes.h"
2 2
3#ifdef SKEY 3#ifdef SKEY
4
5RCSID("$Id: auth-skey.c,v 1.3 1999/11/23 22:25:52 markus Exp $"); 4RCSID("$Id: auth-skey.c,v 1.3 1999/11/23 22:25:52 markus Exp $");
6 5
7#include "ssh.h" 6#include "ssh.h"
8#include <sha1.h> 7#ifdef HAVE_OPENSSL
8#include <openssl/sha1.h>
9#endif
10#ifdef HAVE_SSL
11#include <ssl/sha1.h>
12#endif
9 13
10/* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */ 14/* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */
11 15