diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-01-21 01:41:55 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-01-21 01:41:55 +0000 |
commit | c069a04073c443f42dbc0e55f719b88437c12b5b (patch) | |
tree | 5691cf80ebfcdbf8dcfbe98eca361a8a1185dbe7 /usr.bin/ssh/auth-skey.c | |
parent | d0f4154372747b0c0e6e1dc98a7ddbb5a7fae157 (diff) |
spaces
Diffstat (limited to 'usr.bin/ssh/auth-skey.c')
-rw-r--r-- | usr.bin/ssh/auth-skey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/auth-skey.c b/usr.bin/ssh/auth-skey.c index ab1eab6db33..f3be3f644b9 100644 --- a/usr.bin/ssh/auth-skey.c +++ b/usr.bin/ssh/auth-skey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-skey.c,v 1.26 2006/08/05 08:28:24 dtucker Exp $ */ +/* $OpenBSD: auth-skey.c,v 1.27 2007/01/21 01:41:54 stevesk Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -55,8 +55,8 @@ skey_query(void *ctx, char **name, char **infotxt, if (skeychallenge(&skey, authctxt->user, challenge) == -1) return -1; - *name = xstrdup(""); - *infotxt = xstrdup(""); + *name = xstrdup(""); + *infotxt = xstrdup(""); *numprompts = 1; *prompts = xcalloc(*numprompts, sizeof(char *)); *echo_on = xcalloc(*numprompts, sizeof(u_int)); |