diff options
Diffstat (limited to 'sshconnect2.c')
-rw-r--r-- | sshconnect2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c index 8343db10e..c60a8511b 100644 --- a/sshconnect2.c +++ b/sshconnect2.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect2.c,v 1.202 2014/01/29 06:18:35 djm Exp $ */ | 1 | /* $OpenBSD: sshconnect2.c,v 1.203 2014/01/31 16:39:19 tedu 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. |
@@ -1190,7 +1190,7 @@ pubkey_prepare(Authctxt *authctxt) | |||
1190 | /* If IdentitiesOnly set and key not found then don't use it */ | 1190 | /* If IdentitiesOnly set and key not found then don't use it */ |
1191 | if (!found && options.identities_only) { | 1191 | if (!found && options.identities_only) { |
1192 | TAILQ_REMOVE(&files, id, next); | 1192 | TAILQ_REMOVE(&files, id, next); |
1193 | bzero(id, sizeof(*id)); | 1193 | explicit_bzero(id, sizeof(*id)); |
1194 | free(id); | 1194 | free(id); |
1195 | } | 1195 | } |
1196 | } | 1196 | } |