Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / apps / gendsa.c
index f7c5f4791a0891e5d52c6146c30b8c398b49420d..47dbde67c7966fd769fcc019d01f5cdb2f57fbe6 100644 (file)
@@ -207,7 +207,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);