X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fc_all.c;h=fa60a73ead1338330d2c9f91139db1a2f8287081;hp=19737f39f634d35674b1040f4149e31d3da56ac8;hb=b0841348b600e816b5ed915ce4668b52bf11bcf0;hpb=33cc07f79acf91dfbe4970e94665c53f42c89112 diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c index 19737f39f6..fa60a73ead 100644 --- a/crypto/evp/c_all.c +++ b/crypto/evp/c_all.c @@ -59,7 +59,9 @@ #include #include "cryptlib.h" #include +#ifndef OPENSSL_NO_ENGINE #include +#endif #if 0 #undef OpenSSL_add_all_algorithms @@ -74,7 +76,9 @@ void OPENSSL_add_all_algorithms_noconf(void) { OpenSSL_add_all_ciphers(); OpenSSL_add_all_digests(); -#if defined(__OpenBSD__) || defined(__FreeBSD__) +#ifndef OPENSSL_NO_ENGINE +# if defined(__OpenBSD__) || defined(__FreeBSD__) ENGINE_setup_bsd_cryptodev(); +# endif #endif }