diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:15:38 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:15:38 +0000 |
commit | 24cf82b14a50efe0bb150e7651f451a3cc36103b (patch) | |
tree | 31274ced9514914f9504202c6e49c93d509e710d /auth-skey.c | |
parent | 024ab8dd1d8c50215dd4a503416b095663d4346c (diff) | |
download | src-test2-24cf82b14a50efe0bb150e7651f451a3cc36103b.tar.gz src-test2-24cf82b14a50efe0bb150e7651f451a3cc36103b.zip |
Notes
Diffstat (limited to 'auth-skey.c')
-rw-r--r-- | auth-skey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-skey.c b/auth-skey.c index 25073dbae0d8..cb43dba48521 100644 --- a/auth-skey.c +++ b/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. * @@ -59,8 +59,8 @@ skey_query(void *ctx, char **name, char **infotxt, sizeof(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)); |