diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-02-03 18:00:24 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-02-03 18:00:24 +0100 |
commit | 14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4 (patch) | |
tree | 3a416398be13f4406ee765c62ab2bcad7baeb9d2 /crypto/err/err.h | |
parent | Rename crypto/fips_err.c to fips_ers.c to avoid clash with other fips_err.c (diff) | |
download | openssl-14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4.tar.xz openssl-14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4.zip |
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
that use it.
Diffstat (limited to 'crypto/err/err.h')
-rw-r--r-- | crypto/err/err.h | 5 |
1 files changed, 0 insertions, 5 deletions
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), |