summaryrefslogtreecommitdiffstats
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, 2 insertions, 2 deletions
diff --git a/auth-skey.c b/auth-skey.c
index 88291599..4e82bdef 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -42,8 +42,8 @@ auth_skey_password(struct passwd * pw, const char *password)
/* Fall back to ordinary passwd authentication. */
return -1;
}
-
-+ /* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */
+
+/* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */
#define ROUND(x) (((x)[0] << 24) + (((x)[1]) << 16) + (((x)[2]) << 8) + \
((x)[3]))