Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / apps / rsautl.c
index ba31979618760acdde4232b7bad44cf865146bdb..662c11a70bdc1ad59524ad66932de6215f7888c6 100644 (file)
@@ -227,7 +227,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);