summaryrefslogtreecommitdiff
path: root/auth-skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-skey.c')
-rw-r--r--auth-skey.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth-skey.c b/auth-skey.c
index 9ec170494..66e09bb59 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -1,3 +1,5 @@
1#ifdef SKEY
2
1#include "includes.h" 3#include "includes.h"
2RCSID("$Id: auth-skey.c,v 1.2 1999/10/16 20:57:52 deraadt Exp $"); 4RCSID("$Id: auth-skey.c,v 1.2 1999/10/16 20:57:52 deraadt Exp $");
3 5
@@ -147,3 +149,5 @@ skey_fake_keyinfo(char *username)
147 } 149 }
148 return skeyprompt; 150 return skeyprompt;
149} 151}
152
153#endif SKEY