code documentation
[openssl.git] / apps / crl.c
index 666a8576fbe73644aaa8560224880dc6ca262b84..fb36ed5d02bcb06834feef59bf782fbc4f0479c6 100644 (file)
@@ -124,7 +124,7 @@ int MAIN(int argc, char **argv)
                if ((bio_out=BIO_new(BIO_s_file())) != NULL)
                        {
                        BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
-#ifdef VMS
+#ifdef OPENSSL_SYS_VMS
                        {
                        BIO *tmpbio = BIO_new(BIO_f_linebuffer());
                        bio_out = BIO_push(tmpbio, bio_out);
@@ -324,7 +324,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);