diff options
Diffstat (limited to 'src/lib/libcrypto/pem/pem_err.c')
-rw-r--r-- | src/lib/libcrypto/pem/pem_err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pem/pem_err.c b/src/lib/libcrypto/pem/pem_err.c index 8b1789b11c..3b39b84d66 100644 --- a/src/lib/libcrypto/pem/pem_err.c +++ b/src/lib/libcrypto/pem/pem_err.c | |||
@@ -63,7 +63,7 @@ | |||
63 | #include <openssl/pem.h> | 63 | #include <openssl/pem.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 PEM_str_functs[]= | 67 | static ERR_STRING_DATA PEM_str_functs[]= |
68 | { | 68 | { |
69 | {ERR_PACK(0,PEM_F_D2I_PKCS8PRIVATEKEY_BIO,0), "d2i_PKCS8PrivateKey_bio"}, | 69 | {ERR_PACK(0,PEM_F_D2I_PKCS8PRIVATEKEY_BIO,0), "d2i_PKCS8PrivateKey_bio"}, |
@@ -122,7 +122,7 @@ void ERR_load_PEM_strings(void) | |||
122 | if (init) | 122 | if (init) |
123 | { | 123 | { |
124 | init=0; | 124 | init=0; |
125 | #ifndef NO_ERR | 125 | #ifndef OPENSSL_NO_ERR |
126 | ERR_load_strings(ERR_LIB_PEM,PEM_str_functs); | 126 | ERR_load_strings(ERR_LIB_PEM,PEM_str_functs); |
127 | ERR_load_strings(ERR_LIB_PEM,PEM_str_reasons); | 127 | ERR_load_strings(ERR_LIB_PEM,PEM_str_reasons); |
128 | #endif | 128 | #endif |