X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2Ferr.h;fp=crypto%2Ferr%2Ferr.h;h=3d71e4212e4c4cb2ed4b9a86fa241b129b59d5bb;hp=37aee6f485bd444aca246e2f4c305ad2e4022d58;hb=14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4;hpb=3710d1aae915b5d57c60d6862a75789ea107cc49 diff --git a/crypto/err/err.h b/crypto/err/err.h index 37aee6f485..3d71e4212e 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -137,11 +137,6 @@ extern "C" { #define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,NULL,0) #endif -#if defined(OPENSSL_FIPSCANISTER) && !defined(OPENSSL_NO_FIPS_ERR) -#define ERR_put_error FIPS_put_error -#define ERR_add_error_data FIPS_add_error_data -#endif - #ifdef OPENSSL_FIPS void FIPS_set_error_callbacks( void (*put_cb)(int lib, int func,int reason,const char *file,int line),