X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fc_all.c;h=1bd54d791e3a293db7642bbc59804134d66af07e;hb=b7910992d83bffebbc68ac7c1406e2fbf91e2304;hp=a3476de5555f29c8b08c02ea4ad377fd03c4cb2e;hpb=65ee74fbc75b06e58bbcb7cc35fc68191cd289c2;p=oweals%2Fopenssl.git diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c index a3476de555..1bd54d791e 100644 --- a/crypto/evp/c_all.c +++ b/crypto/evp/c_all.c @@ -60,16 +60,20 @@ #include "cryptlib.h" #include +#if 0 #undef OpenSSL_add_all_algorithms -void OpenSSL_add_all_algorithms(void); void OpenSSL_add_all_algorithms(void) { OPENSSL_add_all_algorithms_noconf(); } +#endif void OPENSSL_add_all_algorithms_noconf(void) { OpenSSL_add_all_ciphers(); OpenSSL_add_all_digests(); +#ifdef __OpenBSD__ + ENGINE_setup_openbsd(); +#endif }