summaryrefslogtreecommitdiff
path: root/auth-skey.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-09 10:57:00 +1100
committerDamien Miller <djm@mindrot.org>1999-12-09 10:57:00 +1100
commit4e0dbd07cf1021897210c11a16fd05f207d95b8e (patch)
tree92b02e0de0c6eaea4575931eb8269d5f123c5574 /auth-skey.c
parentd7f6615e781fcbb1a4873e688bc6143faac54fd5 (diff)
Whitespace
Diffstat (limited to 'auth-skey.c')
-rw-r--r--auth-skey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-skey.c b/auth-skey.c
index 882915992..4e82bdef6 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -42,8 +42,8 @@ auth_skey_password(struct passwd * pw, const char *password)
42 /* Fall back to ordinary passwd authentication. */ 42 /* Fall back to ordinary passwd authentication. */
43 return -1; 43 return -1;
44} 44}
45 45
46+ /* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */ 46/* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */
47 47
48#define ROUND(x) (((x)[0] << 24) + (((x)[1]) << 16) + (((x)[2]) << 8) + \ 48#define ROUND(x) (((x)[0] << 24) + (((x)[1]) << 16) + (((x)[2]) << 8) + \
49 ((x)[3])) 49 ((x)[3]))