Index: openssl/crypto/evp/c_all.c |
=================================================================== |
--- openssl/crypto/evp/c_all.c (revision 105093) |
+++ openssl/crypto/evp/c_all.c (working copy) |
@@ -83,7 +83,7 @@ |
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 |