diff options
Diffstat (limited to 'src/lib/libcrypto/evp/c_all.c')
-rw-r--r-- | src/lib/libcrypto/evp/c_all.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/c_all.c b/src/lib/libcrypto/evp/c_all.c index 251a8797df..d87eef3fb9 100644 --- a/src/lib/libcrypto/evp/c_all.c +++ b/src/lib/libcrypto/evp/c_all.c | |||
@@ -73,9 +73,6 @@ OPENSSL_add_all_algorithms_noconf(void) | |||
73 | OPENSSL_cpuid_setup(); | 73 | OPENSSL_cpuid_setup(); |
74 | OpenSSL_add_all_ciphers(); | 74 | OpenSSL_add_all_ciphers(); |
75 | OpenSSL_add_all_digests(); | 75 | OpenSSL_add_all_digests(); |
76 | #ifndef OPENSSL_NO_ENGINE | ||
77 | ENGINE_setup_bsd_cryptodev(); | ||
78 | #endif | ||
79 | } | 76 | } |
80 | 77 | ||
81 | void | 78 | void |