diff options
Diffstat (limited to 'lib/libssl/src/apps/pkeyutl.c')
-rw-r--r-- | lib/libssl/src/apps/pkeyutl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libssl/src/apps/pkeyutl.c b/lib/libssl/src/apps/pkeyutl.c index 7eb3f5c544d..8b260caae05 100644 --- a/lib/libssl/src/apps/pkeyutl.c +++ b/lib/libssl/src/apps/pkeyutl.c @@ -278,12 +278,6 @@ int MAIN(int argc, char **argv) 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 (sigfile) |