summaryrefslogtreecommitdiff
path: root/auth-skey.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-skey.c')
-rw-r--r--auth-skey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth-skey.c b/auth-skey.c
index 25073dbae..cb43dba48 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-skey.c,v 1.26 2006/08/05 08:28:24 dtucker Exp $ */ 1/* $OpenBSD: auth-skey.c,v 1.27 2007/01/21 01:41:54 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -59,8 +59,8 @@ skey_query(void *ctx, char **name, char **infotxt,
59 sizeof(challenge)) == -1) 59 sizeof(challenge)) == -1)
60 return -1; 60 return -1;
61 61
62 *name = xstrdup(""); 62 *name = xstrdup("");
63 *infotxt = xstrdup(""); 63 *infotxt = xstrdup("");
64 *numprompts = 1; 64 *numprompts = 1;
65 *prompts = xcalloc(*numprompts, sizeof(char *)); 65 *prompts = xcalloc(*numprompts, sizeof(char *));
66 *echo_on = xcalloc(*numprompts, sizeof(u_int)); 66 *echo_on = xcalloc(*numprompts, sizeof(u_int));