X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_err.c;h=fb84ee96d8d29aadb9b5eea3ea29a609afbe4aa4;hp=c713e1f1544944686e7c6762445484b3da06a746;hb=cf1b7d96647d55e533f779e476e3d4371f40445a;hpb=649c5a2b096e89692b07dbbe19d2dbb12a9db075 diff --git a/crypto/bn/bn_err.c b/crypto/bn/bn_err.c index c713e1f154..fb84ee96d8 100644 --- a/crypto/bn/bn_err.c +++ b/crypto/bn/bn_err.c @@ -63,7 +63,7 @@ #include /* BEGIN ERROR CODES */ -#ifndef NO_ERR +#ifndef OPENSSL_NO_ERR static ERR_STRING_DATA BN_str_functs[]= { {ERR_PACK(0,BN_F_BN_BLINDING_CONVERT,0), "BN_BLINDING_convert"}, @@ -122,7 +122,7 @@ void ERR_load_BN_strings(void) if (init) { init=0; -#ifndef NO_ERR +#ifndef OPENSSL_NO_ERR ERR_load_strings(ERR_LIB_BN,BN_str_functs); ERR_load_strings(ERR_LIB_BN,BN_str_reasons); #endif