diff options
Diffstat (limited to 'src/lib/libssl/src/apps/gendsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/gendsa.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/src/apps/gendsa.c b/src/lib/libssl/src/apps/gendsa.c index 62ea977905..612bdfbc1d 100644 --- a/src/lib/libssl/src/apps/gendsa.c +++ b/src/lib/libssl/src/apps/gendsa.c | |||
@@ -233,12 +233,6 @@ bad: | |||
233 | if (outfile == NULL) | 233 | if (outfile == NULL) |
234 | { | 234 | { |
235 | BIO_set_fp(out,stdout,BIO_NOCLOSE); | 235 | BIO_set_fp(out,stdout,BIO_NOCLOSE); |
236 | #ifdef OPENSSL_SYS_VMS | ||
237 | { | ||
238 | BIO *tmpbio = BIO_new(BIO_f_linebuffer()); | ||
239 | out = BIO_push(tmpbio, out); | ||
240 | } | ||
241 | #endif | ||
242 | } | 236 | } |
243 | else | 237 | else |
244 | { | 238 | { |