Make all configuration macros available for application by making
[openssl.git] / crypto / evp / evp_err.c
index 7842d99fc270342472dd03ba1c006177857528c3..ee9544fe302b889092446cefcc5fa180ce45a36e 100644 (file)
@@ -63,7 +63,7 @@
 #include <openssl/evp.h>
 
 /* BEGIN ERROR CODES */
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
 static ERR_STRING_DATA EVP_str_functs[]=
        {
 {ERR_PACK(0,EVP_F_D2I_PKEY,0), "D2I_PKEY"},
@@ -149,7 +149,7 @@ void ERR_load_EVP_strings(void)
        if (init)
                {
                init=0;
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
                ERR_load_strings(ERR_LIB_EVP,EVP_str_functs);
                ERR_load_strings(ERR_LIB_EVP,EVP_str_reasons);
 #endif