summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 4d426c33c..88365817b 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect2.c,v 1.237 2016/01/14 22:56:56 markus Exp $ */ 1/* $OpenBSD: sshconnect2.c,v 1.238 2016/02/05 04:31:21 jsg Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * Copyright (c) 2008 Damien Miller. All rights reserved. 4 * Copyright (c) 2008 Damien Miller. All rights reserved.
@@ -1198,7 +1198,7 @@ send_pubkey_test(Authctxt *authctxt, Identity *id)
1198static Key * 1198static Key *
1199load_identity_file(Identity *id) 1199load_identity_file(Identity *id)
1200{ 1200{
1201 Key *private; 1201 Key *private = NULL;
1202 char prompt[300], *passphrase, *comment; 1202 char prompt[300], *passphrase, *comment;
1203 int r, perm_ok = 0, quit = 0, i; 1203 int r, perm_ok = 0, quit = 0, i;
1204 struct stat st; 1204 struct stat st;