diff options
Diffstat (limited to 'crypto/o_init.c')
| -rw-r--r-- | crypto/o_init.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/crypto/o_init.c b/crypto/o_init.c index 185841ea048c..18bb85894d36 100644 --- a/crypto/o_init.c +++ b/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  /* | 
