]> andersk Git - openssh.git/blobdiff - auth-skey.c
- Merged very large OpenBSD source code reformat
[openssh.git] / auth-skey.c
index 91bdda8f2e296997c2daff0dde2c87f9f162f789..d54f3d556803a9389a3ab2c59fb6b4bda88b9c15 100644 (file)
@@ -1,6 +1,7 @@
+#include "includes.h"
+
 #ifdef SKEY
 
-#include "includes.h"
 RCSID("$Id$");
 
 #include "ssh.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 */
This page took 0.034114 seconds and 4 git commands to generate.