diff options
Diffstat (limited to 'src/lib/libssl/src/apps/rand.c')
-rw-r--r-- | src/lib/libssl/src/apps/rand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/rand.c b/src/lib/libssl/src/apps/rand.c index c543e326b2..8606e0a40b 100644 --- a/src/lib/libssl/src/apps/rand.c +++ b/src/lib/libssl/src/apps/rand.c | |||
@@ -87,8 +87,6 @@ rand_main(int argc, char **argv) | |||
87 | char *engine = NULL; | 87 | char *engine = NULL; |
88 | #endif | 88 | #endif |
89 | 89 | ||
90 | signal(SIGPIPE, SIG_IGN); | ||
91 | |||
92 | if (!load_config(bio_err, NULL)) | 90 | if (!load_config(bio_err, NULL)) |
93 | goto err; | 91 | goto err; |
94 | 92 | ||