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, 5 insertions, 3 deletions
diff --git a/auth-skey.c b/auth-skey.c
index 66e09bb59..457100ccc 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -1,7 +1,8 @@
1#include "includes.h"
2
1#ifdef SKEY 3#ifdef SKEY
2 4
3#include "includes.h" 5RCSID("$Id: auth-skey.c,v 1.3 1999/11/23 22:25:52 markus Exp $");
4RCSID("$Id: auth-skey.c,v 1.2 1999/10/16 20:57:52 deraadt Exp $");
5 6
6#include "ssh.h" 7#include "ssh.h"
7#include <sha1.h> 8#include <sha1.h>
@@ -32,6 +33,7 @@ hash_collapse(s)
32 33
33 return i; 34 return i;
34} 35}
36
35char * 37char *
36skey_fake_keyinfo(char *username) 38skey_fake_keyinfo(char *username)
37{ 39{
@@ -150,4 +152,4 @@ skey_fake_keyinfo(char *username)
150 return skeyprompt; 152 return skeyprompt;
151} 153}
152 154
153#endif SKEY 155#endif /* SKEY */