summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 176fd85c8..51490b776 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: ssh-add.c,v 1.61 2002/06/19 00:27:55 deraadt Exp $"); 38RCSID("$OpenBSD: ssh-add.c,v 1.62 2002/06/26 14:51:33 markus Exp $");
39 39
40#include <openssl/evp.h> 40#include <openssl/evp.h>
41 41
@@ -264,7 +264,7 @@ lock_agent(AuthenticationConnection *ac, int lock)
264 fprintf(stderr, "Failed to %slock agent.\n", lock ? "" : "un"); 264 fprintf(stderr, "Failed to %slock agent.\n", lock ? "" : "un");
265 memset(p1, 0, strlen(p1)); 265 memset(p1, 0, strlen(p1));
266 xfree(p1); 266 xfree(p1);
267 return -1; 267 return (ret);
268} 268}
269 269
270static int 270static int