Tolerate a SEQUENCE in DN components.
[oweals/openssl.git] / crypto / engine / eng_all.c
index 1f28b4078b1a3bbf5d5b69d09ce3cad39d255ed0..86b2f9a1c33b3bfc931b35937fed7b3a711d81cb 100644 (file)
@@ -95,11 +95,14 @@ void ENGINE_load_builtin_engines(void)
 #ifndef OPENSSL_NO_HW_UBSEC
        ENGINE_load_ubsec();
 #endif
+#ifndef OPENSSL_NO_HW_PADLOCK
+       ENGINE_load_padlock();
+#endif
 #endif
 #if defined(__OpenBSD__) || defined(__FreeBSD__)
        ENGINE_load_cryptodev();
 #endif
-#if defined(OPENSSL_USE_GMP) && !defined(OPENSSL_NO_HW_GMP)
+#if !defined(OPENSSL_NO_GMP) && !defined(OPENSSL_NO_HW_GMP)
        ENGINE_load_gmp();
 #endif
 #endif