summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 309b9d414..392d1a0cd 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.60 2001/06/27 05:42:25 markus Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.61 2001/07/04 22:47:19 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -36,7 +36,7 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39RCSID("$OpenBSD: ssh-agent.c,v 1.60 2001/06/27 05:42:25 markus Exp $"); 39RCSID("$OpenBSD: ssh-agent.c,v 1.61 2001/07/04 22:47:19 markus Exp $");
40 40
41#include <openssl/evp.h> 41#include <openssl/evp.h>
42#include <openssl/md5.h> 42#include <openssl/md5.h>
@@ -1008,10 +1008,9 @@ skip:
1008 alarm(10); 1008 alarm(10);
1009 } 1009 }
1010 idtab_init(); 1010 idtab_init();
1011 if (!d_flag) { 1011 if (!d_flag)
1012 signal(SIGINT, SIG_IGN); 1012 signal(SIGINT, SIG_IGN);
1013 signal(SIGPIPE, SIG_IGN); 1013 signal(SIGPIPE, SIG_IGN);
1014 }
1015 signal(SIGHUP, cleanup_handler); 1014 signal(SIGHUP, cleanup_handler);
1016 signal(SIGTERM, cleanup_handler); 1015 signal(SIGTERM, cleanup_handler);
1017 while (1) { 1016 while (1) {