Add AES SPARC T4 module from master.
[oweals/openssl.git] / crypto / engine / eng_all.c
index 3f5d100de22330a663d10a3424ab1837a346caea..6093376df41a9a9501a3aade42581d19a07fba48 100644 (file)
@@ -72,6 +72,12 @@ void ENGINE_load_builtin_engines(void)
 #endif
 #if !defined(OPENSSL_NO_HW) && (defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV))
        ENGINE_load_cryptodev();
+#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