summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/o_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/o_init.c')
-rw-r--r--deps/openssl/openssl/crypto/o_init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/openssl/openssl/crypto/o_init.c b/deps/openssl/openssl/crypto/o_init.c
index 185841ea04..18bb85894d 100644
--- a/deps/openssl/openssl/crypto/o_init.c
+++ b/deps/openssl/openssl/crypto/o_init.c
@@ -58,6 +58,11 @@
#ifdef OPENSSL_FIPS
# include <openssl/fips.h>
# include <openssl/rand.h>
+
+# ifndef OPENSSL_NO_DEPRECATED
+/* the prototype is missing in <openssl/fips.h> */
+void FIPS_crypto_set_id_callback(unsigned long (*func)(void));
+# endif
#endif
/*