summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/authfd.c b/authfd.c
index 5d9414faf..82915a43d 100644
--- a/authfd.c
+++ b/authfd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfd.c,v 1.94 2015/01/14 20:05:27 djm Exp $ */ 1/* $OpenBSD: authfd.c,v 1.97 2015/03/26 19:32:19 markus 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
@@ -438,10 +438,8 @@ ssh_agent_sign(int sock, struct sshkey *key,
438 u_int flags = 0; 438 u_int flags = 0;
439 int r = SSH_ERR_INTERNAL_ERROR; 439 int r = SSH_ERR_INTERNAL_ERROR;
440 440
441 if (sigp != NULL) 441 *sigp = NULL;
442 *sigp = NULL; 442 *lenp = 0;
443 if (lenp != NULL)
444 *lenp = 0;
445 443
446 if (datalen > SSH_KEY_MAX_SIGN_DATA_SIZE) 444 if (datalen > SSH_KEY_MAX_SIGN_DATA_SIZE)
447 return SSH_ERR_INVALID_ARGUMENT; 445 return SSH_ERR_INVALID_ARGUMENT;