aboutsummaryrefslogtreecommitdiffstats
path: root/apps/nseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nseq.c')
-rw-r--r--apps/nseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nseq.c b/apps/nseq.c
index 1d73d1ad52..93adcdfef8 100644
--- a/apps/nseq.c
+++ b/apps/nseq.c
@@ -121,7 +121,7 @@ int MAIN(int argc, char **argv)
}
} else {
out = BIO_new_fp(stdout, BIO_NOCLOSE);
-#ifdef VMS
+#ifdef OPENSSL_SYS_VMS
{
BIO *tmpbio = BIO_new(BIO_f_linebuffer());
out = BIO_push(tmpbio, out);