summaryrefslogtreecommitdiffstats
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 66e09bb5..457100cc 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -1,7 +1,8 @@
+#include "includes.h"
+
#ifdef SKEY
-#include "includes.h"
-RCSID("$Id: auth-skey.c,v 1.2 1999/10/16 20:57:52 deraadt Exp $");
+RCSID("$Id: auth-skey.c,v 1.3 1999/11/23 22:25:52 markus Exp $");
#include "ssh.h"
#include <sha1.h>
@@ -32,6 +33,7 @@ hash_collapse(s)
return i;
}
+
char *
skey_fake_keyinfo(char *username)
{
@@ -150,4 +152,4 @@ skey_fake_keyinfo(char *username)
return skeyprompt;
}
-#endif SKEY
+#endif /* SKEY */