summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/spkac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/spkac.c')
-rw-r--r--lib/libssl/src/apps/spkac.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libssl/src/apps/spkac.c b/lib/libssl/src/apps/spkac.c
index 0e01ea9947d..7b90825b215 100644
--- a/lib/libssl/src/apps/spkac.c
+++ b/lib/libssl/src/apps/spkac.c
@@ -209,12 +209,6 @@ bad:
if (outfile) out = BIO_new_file(outfile, "w");
else {
out = BIO_new_fp(stdout, BIO_NOCLOSE);
-#ifdef OPENSSL_SYS_VMS
- {
- BIO *tmpbio = BIO_new(BIO_f_linebuffer());
- out = BIO_push(tmpbio, out);
- }
-#endif
}
if(!out) {
@@ -267,12 +261,6 @@ bad:
if (outfile) out = BIO_new_file(outfile, "w");
else {
out = BIO_new_fp(stdout, BIO_NOCLOSE);
-#ifdef OPENSSL_SYS_VMS
- {
- BIO *tmpbio = BIO_new(BIO_f_linebuffer());
- out = BIO_push(tmpbio, out);
- }
-#endif
}
if(!out) {