summaryrefslogtreecommitdiff
path: root/auth-skey.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-02-19 22:10:25 +1100
committerDarren Tucker <dtucker@zip.com.au>2007-02-19 22:10:25 +1100
commit82a3d2bc6ff4e1a1031274f5298b8b2eddc0439f (patch)
tree15727bbaa8485dcccc6a088dfe3a9343b1013fb9 /auth-skey.c
parenta52c5b64868034d874c8a988f476a8b407d152b4 (diff)
- stevesk@cvs.openbsd.org 2007/01/21 01:41:54
[auth-skey.c kex.c ssh-keygen.c session.c clientloop.c] spaces
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));