Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / apps / pkcs12.c
index 8b1586faf5a6ad97fb7441020b600b2e2502f442..17846cfba6e40b3ad4bb88bc50b598cf119119ee 100644 (file)
@@ -375,7 +375,7 @@ int MAIN(int argc, char **argv)
 
     if (!outfile) {
        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);