diff options
author | 2005-07-16 01:35:24 +0000 | |
---|---|---|
committer | 2005-07-16 01:35:24 +0000 | |
commit | 20f4eae51de37e7e81716a53d2160e5853265a74 (patch) | |
tree | 0375c2b37a8e9717cdb2449392f4b1ed4228be5d /usr.bin/ssh/auth1.c | |
parent | Fix handling of comma separated option value lists, broken in r1.20. (diff) | |
download | wireguard-openbsd-20f4eae51de37e7e81716a53d2160e5853265a74.tar.xz wireguard-openbsd-20f4eae51de37e7e81716a53d2160e5853265a74.zip |
spacing
Diffstat (limited to 'usr.bin/ssh/auth1.c')
-rw-r--r-- | usr.bin/ssh/auth1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c index 41433ef70d6..808a7ac33aa 100644 --- a/usr.bin/ssh/auth1.c +++ b/usr.bin/ssh/auth1.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.61 2005/06/17 02:44:32 djm Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.62 2005/07/16 01:35:24 djm Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -169,7 +169,7 @@ auth1_process_rhosts_rsa(Authctxt *authctxt, char *info, size_t infolen) snprintf(info, infolen, " ruser %.100s", client_user); xfree(client_user); - + return (authenticated); } @@ -177,7 +177,7 @@ static int auth1_process_tis_challenge(Authctxt *authctxt, char *info, size_t infolen) { char *challenge; - + if ((challenge = get_challenge(authctxt)) == NULL) return (0); |