summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]))