diff options
Diffstat (limited to 'src/lib/libssl/src/apps/dsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/dsa.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/src/apps/dsa.c b/src/lib/libssl/src/apps/dsa.c index 5222487ab9..45bac4a9d1 100644 --- a/src/lib/libssl/src/apps/dsa.c +++ b/src/lib/libssl/src/apps/dsa.c | |||
@@ -293,12 +293,6 @@ bad: | |||
293 | if (outfile == NULL) | 293 | if (outfile == NULL) |
294 | { | 294 | { |
295 | BIO_set_fp(out,stdout,BIO_NOCLOSE); | 295 | BIO_set_fp(out,stdout,BIO_NOCLOSE); |
296 | #ifdef OPENSSL_SYS_VMS | ||
297 | { | ||
298 | BIO *tmpbio = BIO_new(BIO_f_linebuffer()); | ||
299 | out = BIO_push(tmpbio, out); | ||
300 | } | ||
301 | #endif | ||
302 | } | 296 | } |
303 | else | 297 | else |
304 | { | 298 | { |