aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cpt_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cpt_err.c')
-rw-r--r--crypto/cpt_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c
index 7018b74ca0..e10cea143e 100644
--- a/crypto/cpt_err.c
+++ b/crypto/cpt_err.c
@@ -63,7 +63,7 @@
#include <openssl/crypto.h>
/* BEGIN ERROR CODES */
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
static ERR_STRING_DATA CRYPTO_str_functs[]=
{
{ERR_PACK(0,CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX,0), "CRYPTO_get_ex_new_index"},
@@ -88,7 +88,7 @@ void ERR_load_CRYPTO_strings(void)
if (init)
{
init=0;
-#ifndef NO_ERR
+#ifndef OPENSSL_NO_ERR
ERR_load_strings(ERR_LIB_CRYPTO,CRYPTO_str_functs);
ERR_load_strings(ERR_LIB_CRYPTO,CRYPTO_str_reasons);
#endif