diff options
Diffstat (limited to 'src/lib/libcrypto/evp/c_all.c')
| -rw-r--r-- | src/lib/libcrypto/evp/c_all.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/libcrypto/evp/c_all.c b/src/lib/libcrypto/evp/c_all.c index 2d3e57c4fa..1b31a14e37 100644 --- a/src/lib/libcrypto/evp/c_all.c +++ b/src/lib/libcrypto/evp/c_all.c | |||
| @@ -73,4 +73,9 @@ void OPENSSL_add_all_algorithms_noconf(void) | |||
| 73 | { | 73 | { |
| 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 | # if defined(__OpenBSD__) || defined(__FreeBSD__) | ||
| 78 | ENGINE_setup_bsd_cryptodev(); | ||
| 79 | # endif | ||
| 80 | #endif | ||
| 76 | } | 81 | } |
