X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fevp%2Fc_all.c;h=766c4cecdf7e4bbea6ab9ed502ef9d13347c41a2;hb=ebf221ee258b3bf420075defe2ddffe17df7e8d5;hp=c6a3315e649f54b98043e5f3149fd64ccfd91a2e;hpb=14e21f863a3e3278bb8660ea9844e92e52e1f2f7;p=oweals%2Fopenssl.git diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c index c6a3315e64..766c4cecdf 100644 --- a/crypto/evp/c_all.c +++ b/crypto/evp/c_all.c @@ -79,12 +79,11 @@ void OPENSSL_add_all_algorithms_noconf(void) * only on IA-32, but we reserve the option for all * platforms... */ - void OPENSSL_cpuid_setup(); OPENSSL_cpuid_setup(); OpenSSL_add_all_ciphers(); OpenSSL_add_all_digests(); #ifndef OPENSSL_NO_ENGINE -# if defined(__OpenBSD__) || defined(__FreeBSD__) +# if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV) ENGINE_setup_bsd_cryptodev(); # endif #endif