Fix email address delete code.
[openssl.git] / crypto / comp / comp_err.c
index c10282a73c929f15acef5dfc1ed52d724c6828f9..1652b8c2c4a1faf52280727077e68e35e119378f 100644 (file)
@@ -63,7 +63,7 @@
 #include <openssl/comp.h>
 
 /* BEGIN ERROR CODES */
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
 static ERR_STRING_DATA COMP_str_functs[]=
        {
 {0,NULL}
@@ -83,7 +83,7 @@ void ERR_load_COMP_strings(void)
        if (init)
                {
                init=0;
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
                ERR_load_strings(ERR_LIB_COMP,COMP_str_functs);
                ERR_load_strings(ERR_LIB_COMP,COMP_str_reasons);
 #endif