summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 8cb00f620..39888a72c 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.226 2017/11/15 02:10:16 djm Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.227 2018/01/23 05:27:21 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -292,8 +292,6 @@ process_sign_request2(SocketEntry *e)
292 goto send; 292 goto send;
293 } 293 }
294 294
295 if (flags & SSH_AGENT_OLD_SIGNATURE)
296 compat = SSH_BUG_SIGBLOB;
297 if ((id = lookup_identity(key)) == NULL) { 295 if ((id = lookup_identity(key)) == NULL) {
298 verbose("%s: %s key not found", __func__, sshkey_type(key)); 296 verbose("%s: %s key not found", __func__, sshkey_type(key));
299 goto send; 297 goto send;