Add RSAX builtin engine [from HEAD].
[openssl.git] / crypto / engine / eng_all.c
index 3f5d100de22330a663d10a3424ab1837a346caea..37c6954e8490f0d40378dfd5cbe87eea80f5647e 100644 (file)
@@ -72,6 +72,9 @@ 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
        ENGINE_load_dynamic();
 #ifndef OPENSSL_NO_STATIC_ENGINE