aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dh.c')
-rw-r--r--apps/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dh.c b/apps/dh.c
index 07f3873f66..6162e442ba 100644
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -213,7 +213,7 @@ bad:
if (outfile == NULL)
{
BIO_set_fp(out,stdout,BIO_NOCLOSE);
-#ifdef VMS
+#ifdef OPENSSL_SYS_VMS
{
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
out = BIO_push(tmpbio, out);