diff options
Diffstat (limited to 'lib/libssl/src/crypto/evp/c_all.c')
-rw-r--r-- | lib/libssl/src/crypto/evp/c_all.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/evp/c_all.c b/lib/libssl/src/crypto/evp/c_all.c index 251a8797df9..d87eef3fb98 100644 --- a/lib/libssl/src/crypto/evp/c_all.c +++ b/lib/libssl/src/crypto/evp/c_all.c @@ -73,9 +73,6 @@ OPENSSL_add_all_algorithms_noconf(void) OPENSSL_cpuid_setup(); OpenSSL_add_all_ciphers(); OpenSSL_add_all_digests(); -#ifndef OPENSSL_NO_ENGINE - ENGINE_setup_bsd_cryptodev(); -#endif } void |