Sort openssl.ec, the configuration file for mkerr.pl.
[openssl.git] / crypto / conf / conf_lib.c
index 48803bc186364cbaf64c09721497c5f620ccfab2..8e4d673fb877c6a372a9105024b134e6f0762fea 100644 (file)
@@ -81,7 +81,7 @@ LHASH *CONF_load(LHASH *conf, const char *file, long *eline)
        LHASH *ltmp;
        BIO *in=NULL;
 
-#ifdef VMS
+#ifdef OPENSSL_SYS_VMS
        in=BIO_new_file(file, "r");
 #else
        in=BIO_new_file(file, "rb");