diff options
Diffstat (limited to 'src/lib/libssl/src/apps/dsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/dsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/dsa.c b/src/lib/libssl/src/apps/dsa.c index 9546790c0d..2a27365adf 100644 --- a/src/lib/libssl/src/apps/dsa.c +++ b/src/lib/libssl/src/apps/dsa.c | |||
@@ -113,7 +113,7 @@ dsa_main(int argc, char **argv) | |||
113 | 113 | ||
114 | int pvk_encr = 2; | 114 | int pvk_encr = 2; |
115 | 115 | ||
116 | apps_startup(); | 116 | signal(SIGPIPE, SIG_IGN); |
117 | 117 | ||
118 | if (bio_err == NULL) | 118 | if (bio_err == NULL) |
119 | if ((bio_err = BIO_new(BIO_s_file())) != NULL) | 119 | if ((bio_err = BIO_new(BIO_s_file())) != NULL) |
@@ -340,7 +340,7 @@ end: | |||
340 | free(passin); | 340 | free(passin); |
341 | if (passout) | 341 | if (passout) |
342 | free(passout); | 342 | free(passout); |
343 | apps_shutdown(); | 343 | |
344 | return (ret); | 344 | return (ret); |
345 | } | 345 | } |
346 | #endif | 346 | #endif |