diff options
Diffstat (limited to 'lib/libssl/src/apps/genpkey.c')
-rw-r--r-- | lib/libssl/src/apps/genpkey.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libssl/src/apps/genpkey.c b/lib/libssl/src/apps/genpkey.c index 6dfda08b9e0..24b623a1bb3 100644 --- a/lib/libssl/src/apps/genpkey.c +++ b/lib/libssl/src/apps/genpkey.c @@ -233,12 +233,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 } EVP_PKEY_CTX_set_cb(ctx, genpkey_cb); |