summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index d6af0b940..58015c0d3 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect2.c,v 1.191 2013/02/15 00:21:01 dtucker Exp $ */ 1/* $OpenBSD: sshconnect2.c,v 1.192 2013/02/17 23:16:57 dtucker 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.
@@ -1384,7 +1384,7 @@ pubkey_prepare(Authctxt *authctxt)
1384 id = xcalloc(1, sizeof(*id)); 1384 id = xcalloc(1, sizeof(*id));
1385 id->key = key; 1385 id->key = key;
1386 id->filename = xstrdup(options.identity_files[i]); 1386 id->filename = xstrdup(options.identity_files[i]);
1387 id->userprovided = 1; 1387 id->userprovided = options.identity_file_userprovided[i];
1388 TAILQ_INSERT_TAIL(&files, id, next); 1388 TAILQ_INSERT_TAIL(&files, id, next);
1389 } 1389 }
1390 /* Prefer PKCS11 keys that are explicitly listed */ 1390 /* Prefer PKCS11 keys that are explicitly listed */