Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / apps / rand.c
index 855951db7634160c6efcd65e6525844350593219..8a216fbc75b2002fdf0b9195bf9003ff9ae88fa7 100644 (file)
@@ -132,7 +132,7 @@ int MAIN(int argc, char **argv)
        else
                {
                r = 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);