From dda52756dc38adc836a931454a6d6b3cfcac978b Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sun, 4 Feb 2001 15:32:28 +0000 Subject: unexpand and remove end-of-line whitespace; ok markus@ --- usr.bin/ssh/auth-chall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/auth-chall.c') diff --git a/usr.bin/ssh/auth-chall.c b/usr.bin/ssh/auth-chall.c index b8b0c5d1ed3..b6ec02a3868 100644 --- a/usr.bin/ssh/auth-chall.c +++ b/usr.bin/ssh/auth-chall.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-chall.c,v 1.3 2001/01/21 19:05:41 markus Exp $"); +RCSID("$OpenBSD: auth-chall.c,v 1.4 2001/02/04 15:32:22 stevesk Exp $"); #include "auth.h" @@ -34,7 +34,7 @@ char * get_challenge(Authctxt *authctxt, char *devs) { static char challenge[1024]; - struct skey skey; + struct skey skey; if (skeychallenge(&skey, authctxt->user, challenge) == -1) return NULL; strlcat(challenge, "\nS/Key Password: ", sizeof challenge); -- cgit v1.2.3