diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/comp/comp_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/comp/comp_err.c b/src/lib/libcrypto/comp/comp_err.c index c10282a73c..1652b8c2c4 100644 --- a/src/lib/libcrypto/comp/comp_err.c +++ b/src/lib/libcrypto/comp/comp_err.c | |||
@@ -63,7 +63,7 @@ | |||
63 | #include <openssl/comp.h> | 63 | #include <openssl/comp.h> |
64 | 64 | ||
65 | /* BEGIN ERROR CODES */ | 65 | /* BEGIN ERROR CODES */ |
66 | #ifndef NO_ERR | 66 | #ifndef OPENSSL_NO_ERR |
67 | static ERR_STRING_DATA COMP_str_functs[]= | 67 | static ERR_STRING_DATA COMP_str_functs[]= |
68 | { | 68 | { |
69 | {0,NULL} | 69 | {0,NULL} |
@@ -83,7 +83,7 @@ void ERR_load_COMP_strings(void) | |||
83 | if (init) | 83 | if (init) |
84 | { | 84 | { |
85 | init=0; | 85 | init=0; |
86 | #ifndef NO_ERR | 86 | #ifndef OPENSSL_NO_ERR |
87 | ERR_load_strings(ERR_LIB_COMP,COMP_str_functs); | 87 | ERR_load_strings(ERR_LIB_COMP,COMP_str_functs); |
88 | ERR_load_strings(ERR_LIB_COMP,COMP_str_reasons); | 88 | ERR_load_strings(ERR_LIB_COMP,COMP_str_reasons); |
89 | #endif | 89 | #endif |