summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/rand.c')
-rw-r--r--src/lib/libssl/src/apps/rand.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/src/apps/rand.c b/src/lib/libssl/src/apps/rand.c
index 790e79592c..884c244486 100644
--- a/src/lib/libssl/src/apps/rand.c
+++ b/src/lib/libssl/src/apps/rand.c
@@ -191,12 +191,6 @@ int MAIN(int argc, char **argv)
191 else 191 else
192 { 192 {
193 r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); 193 r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
194#ifdef OPENSSL_SYS_VMS
195 {
196 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
197 out = BIO_push(tmpbio, out);
198 }
199#endif
200 } 194 }
201 if (r <= 0) 195 if (r <= 0)
202 goto err; 196 goto err;