summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.c b/ssh.c
index 6f0ba26ad..77f16c0c5 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.225 2004/08/23 14:26:38 dtucker Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.226 2004/09/07 23:41:30 djm Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -1325,6 +1325,7 @@ control_client(const char *path)
1325 fatal("%s: master returned error", __func__); 1325 fatal("%s: master returned error", __func__);
1326 buffer_free(&m); 1326 buffer_free(&m);
1327 1327
1328 signal(SIGHUP, control_client_sighandler);
1328 signal(SIGINT, control_client_sighandler); 1329 signal(SIGINT, control_client_sighandler);
1329 signal(SIGTERM, control_client_sighandler); 1330 signal(SIGTERM, control_client_sighandler);
1330 signal(SIGWINCH, control_client_sigrelay); 1331 signal(SIGWINCH, control_client_sigrelay);