evp/e_aes_cbc_hmac_sha*.c: additional CTRL to query buffer requirements.
[openssl.git] / crypto / evp / c_all.c
index fa60a73ead1338330d2c9f91139db1a2f8287081..766c4cecdf7e4bbea6ab9ed502ef9d13347c41a2 100644 (file)
@@ -74,10 +74,16 @@ void OpenSSL_add_all_algorithms(void)
 
 void OPENSSL_add_all_algorithms_noconf(void)
        {
+       /*
+        * For the moment OPENSSL_cpuid_setup does something
+        * only on IA-32, but we reserve the option for all
+        * platforms...
+        */
+       OPENSSL_cpuid_setup();
        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