Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / apps / asn1pars.c
index f25c9f84e81c23ee920803c1807eb59a724c48b1..108ed7daa0bde85b639f03ba494be8dcec119e2e 100644 (file)
@@ -206,7 +206,7 @@ bad:
                goto end;
                }
        BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
-#ifdef VMS
+#ifdef OPENSSL_SYS_VMS
        {
        BIO *tmpbio = BIO_new(BIO_f_linebuffer());
        out = BIO_push(tmpbio, out);