summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/req.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/req.c')
-rw-r--r--lib/libssl/src/apps/req.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libssl/src/apps/req.c b/lib/libssl/src/apps/req.c
index ede69ed5d86..66038905a2c 100644
--- a/lib/libssl/src/apps/req.c
+++ b/lib/libssl/src/apps/req.c
@@ -717,12 +717,6 @@ bad:
{
BIO_printf(bio_err,"writing new private key to stdout\n");
BIO_set_fp(out,stdout,BIO_NOCLOSE);
-#ifdef OPENSSL_SYS_VMS
- {
- BIO *tmpbio = BIO_new(BIO_f_linebuffer());
- out = BIO_push(tmpbio, out);
- }
-#endif
}
else
{
@@ -969,12 +963,6 @@ loop:
if (outfile == NULL)
{
BIO_set_fp(out,stdout,BIO_NOCLOSE);
-#ifdef OPENSSL_SYS_VMS
- {
- BIO *tmpbio = BIO_new(BIO_f_linebuffer());
- out = BIO_push(tmpbio, out);
- }
-#endif
}
else
{