diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-03-27 17:03:01 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-03-27 17:03:01 +0000 |
| commit | 02be298e504b8554caca6dc85af450e1ea44d19d (patch) | |
| tree | b4870fcd2c2663fedd44997d4bb5ad13dcd50293 /crypto/o_init.c | |
| parent | 4f94f84d8491a2455678402b5c7c92e692a272bc (diff) | |
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 /* |
