X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_err.c;h=4a4609900244bdb1a33143284efb3bf6cc09a64a;hp=25d1446e543b21fe13e17ed8ceb31e958c18f9a7;hb=bc36ee6227517edae802bcb0da68d4f04fe1fb5e;hpb=f2bc668429fa2abdc77db0db861a9bb2be0c3a85 diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index 25d1446e54..4a46099002 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -63,7 +63,7 @@ #include /* BEGIN ERROR CODES */ -#ifndef NO_ERR +#ifndef OPENSSL_NO_ERR static ERR_STRING_DATA SSL_str_functs[]= { {ERR_PACK(0,SSL_F_CLIENT_CERTIFICATE,0), "CLIENT_CERTIFICATE"}, @@ -432,7 +432,7 @@ void ERR_load_SSL_strings(void) if (init) { init=0; -#ifndef NO_ERR +#ifndef OPENSSL_NO_ERR ERR_load_strings(ERR_LIB_SSL,SSL_str_functs); ERR_load_strings(ERR_LIB_SSL,SSL_str_reasons); #endif