X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fo_init.c;h=d767a90a5f4391c9a990fb87946e6d8cbd6cbdc3;hb=1dac2cae6843422768dd5e80b0d6bc910d59058c;hp=e4414e8d86e45c9dd4e880cb39ee0efda0ae88a2;hpb=c1003dfd1579f0a7a88d230baecc98fa5eef0bc7;p=oweals%2Fopenssl.git diff --git a/crypto/o_init.c b/crypto/o_init.c index e4414e8d86..d767a90a5f 100644 --- a/crypto/o_init.c +++ b/crypto/o_init.c @@ -59,6 +59,16 @@ #include #include +/* Internal only functions: only ever used here */ +#ifdef OPENSSL_FIPS +extern void int_ERR_lib_init(void); +# ifndef OPENSSL_NO_ENGINE +extern void int_EVP_MD_init_engine_callbacks(void ); +extern void int_EVP_CIPHER_init_engine_callbacks(void ); +extern void int_RAND_init_engine_callbacks(void ); +# endif +#endif + /* Perform any essential OpenSSL initialization operations. * Currently only sets FIPS callbacks */