summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index e6c52b546..375ba3cbf 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -39,7 +39,7 @@
39#include "pathnames.h" 39#include "pathnames.h"
40#include "log.h" 40#include "log.h"
41 41
42RCSID("$Id: ssh-rand-helper.c,v 1.8 2002/07/28 20:42:24 stevesk Exp $"); 42RCSID("$Id: ssh-rand-helper.c,v 1.9 2002/10/21 00:13:37 djm Exp $");
43 43
44/* Number of bytes we write out */ 44/* Number of bytes we write out */
45#define OUTPUT_SEED_SIZE 48 45#define OUTPUT_SEED_SIZE 48
@@ -355,6 +355,7 @@ hash_command_output(entropy_cmd_t *src, unsigned char *hash)
355 case 0: 355 case 0:
356 /* timer expired */ 356 /* timer expired */
357 error_abort = 1; 357 error_abort = 1;
358 kill(pid, SIGINT);
358 break; 359 break;
359 case 1: 360 case 1:
360 /* command input */ 361 /* command input */