There may be more than one single quote to fix.
[oweals/openssl.git] / crypto / evp / c_all.c
index a3476de5555f29c8b08c02ea4ad377fd03c4cb2e..1bd54d791e3a293db7642bbc59804134d66af07e 100644 (file)
 #include "cryptlib.h"
 #include <openssl/evp.h>
 
+#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
        }