summaryrefslogtreecommitdiff
path: root/auth-chall.c
diff options
context:
space:
mode:
authormouring <mouring>2001-04-05 23:26:32 +0000
committermouring <mouring>2001-04-05 23:26:32 +0000
commitb830c064a204bc42a9c78dcaa573202432314355 (patch)
tree2ba84640bc0a13cdb5f7884910d06155a1638a5c /auth-chall.c
parent6b3307b2f824c3aa08a390e7a37dc4259a081799 (diff)
downloadopenssh-b830c064a204bc42a9c78dcaa573202432314355.tar.gz
- markus@cvs.openbsd.org 2001/04/05 10:42:57
[auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c sshconnect2.c sshd.c] fix whitespace: unexpand + trailing spaces.
Diffstat (limited to 'auth-chall.c')
-rw-r--r--auth-chall.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-chall.c b/auth-chall.c
index ee7b6cd9..f3502f4e 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-chall.c,v 1.6 2001/03/20 18:57:04 markus Exp $");
+RCSID("$OpenBSD: auth-chall.c,v 1.7 2001/04/05 10:42:47 markus Exp $");
#include "auth.h"
#include "log.h"
@@ -50,8 +50,8 @@ get_challenge(Authctxt *authctxt, char *devs)
debug3("bsd auth: devs %s", devs ? devs : "<default>");
authctxt->as = auth_userchallenge(authctxt->user, devs, "auth-ssh",
&challenge);
- if (authctxt->as == NULL)
- return NULL;
+ if (authctxt->as == NULL)
+ return NULL;
debug2("get_challenge: <%s>", challenge ? challenge : "EMPTY");
return challenge;
}