aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/evp/c_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/evp/c_all.c')
-rw-r--r--openssl/crypto/evp/c_all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/evp/c_all.c b/openssl/crypto/evp/c_all.c
index a5da52e62..766c4cecd 100644
--- a/openssl/crypto/evp/c_all.c
+++ b/openssl/crypto/evp/c_all.c
@@ -83,7 +83,7 @@ void OPENSSL_add_all_algorithms_noconf(void)
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