Add AES SPARC T4 module from master.
[oweals/openssl.git] / crypto / engine / eng_all.c
index 37c6954e8490f0d40378dfd5cbe87eea80f5647e..6093376df41a9a9501a3aade42581d19a07fba48 100644 (file)
@@ -75,6 +75,9 @@ void ENGINE_load_builtin_engines(void)
 #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