Padlock engine doesn't build (the asm parts are not built for some reason),
[openssl.git] / crypto / engine / eng_all.c
index b0a416d2fef4f851faf646ffaad0d26441d9f6c6..2c8d1869a4ccf13ab5b167df5e168d8a9fe2a77c 100644 (file)
@@ -73,11 +73,11 @@ void ENGINE_load_builtin_engines(void)
 #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV)
        ENGINE_load_cryptodev();
 #endif
-#if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AESNI)
-       ENGINE_load_aesni();
-#endif
 #ifndef OPENSSL_NO_RSAX
        ENGINE_load_rsax();
+#endif
+#ifndef OPENSSL_NO_RDRAND
+       ENGINE_load_rdrand();
 #endif
        ENGINE_load_dynamic();
 #ifndef OPENSSL_NO_STATIC_ENGINE
@@ -106,9 +106,9 @@ void ENGINE_load_builtin_engines(void)
 #ifndef OPENSSL_NO_HW_UBSEC
        ENGINE_load_ubsec();
 #endif
-#ifndef OPENSSL_NO_HW_PADLOCK
+/*#ifndef OPENSSL_NO_HW_PADLOCK
        ENGINE_load_padlock();
-#endif
+       #endif*/
 #endif
 #ifndef OPENSSL_NO_GOST
        ENGINE_load_gost();