summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 17:00:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 17:00:24 +0000
commit14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4 (patch)
tree3a416398be13f4406ee765c62ab2bcad7baeb9d2 /crypto/err
parent3710d1aae915b5d57c60d6862a75789ea107cc49 (diff)
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
that use it.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.h5
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),