=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth-skey.c,v retrieving revision 1.12.4.2 retrieving revision 1.12.4.3 diff -u -r1.12.4.2 -r1.12.4.3 --- src/usr.bin/ssh/Attic/auth-skey.c 2002/05/17 00:03:23 1.12.4.2 +++ src/usr.bin/ssh/Attic/auth-skey.c 2002/06/22 07:23:16 1.12.4.3 @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: auth-skey.c,v 1.12.4.2 2002/05/17 00:03:23 miod Exp $"); +RCSID("$OpenBSD: auth-skey.c,v 1.12.4.3 2002/06/22 07:23:16 miod Exp $"); #ifdef SKEY @@ -50,8 +50,8 @@ if (skeychallenge(&skey, authctxt->user, challenge) == -1) return -1; - *name = xstrdup(""); - *infotxt = xstrdup(""); + *name = xstrdup(""); + *infotxt = xstrdup(""); *numprompts = 1; *prompts = xmalloc(*numprompts * sizeof(char*)); *echo_on = xmalloc(*numprompts * sizeof(u_int));