summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-06 11:56:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-06 11:56:58 +0000
commit644ce07ecdec4e1a547f142bccc250ef6fd8a0af (patch)
tree49b9a68e44409401819615e4ae5ff0c13c081a25 /crypto
parent17f121de9d1420f7b52695e0766c76ffa973c47d (diff)
Move function prototype to fips.h
Diffstat (limited to 'crypto')
-rw-r--r--crypto/err/err.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/err/err.h b/crypto/err/err.h
index 3d71e4212e..974cc9cc6f 100644
--- a/crypto/err/err.h
+++ b/crypto/err/err.h
@@ -137,12 +137,6 @@ extern "C" {
#define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,NULL,0)
#endif
-#ifdef OPENSSL_FIPS
-void FIPS_set_error_callbacks(
- void (*put_cb)(int lib, int func,int reason,const char *file,int line),
- void (*add_cb)(int num, va_list args) );
-#endif
-
#include <errno.h>
#define ERR_TXT_MALLOCED 0x01