Add aep and sureware implementations and clean up some error reasons
[openssl.git] / crypto / engine / eng_all.c
index 7ebe25ca6c2cd6661c33eae03bf0c4d2bf1b2e4e..53866b0d69c2d95140607097d27162a07ccf5f66 100644 (file)
@@ -86,6 +86,12 @@ void ENGINE_load_builtin_engines(void)
 #ifndef OPENSSL_NO_HW_UBSEC
        ENGINE_load_ubsec();
 #endif
+#ifndef OPENSSL_NO_HW_AEP
+       ENGINE_load_aep();
+#endif
+#ifndef OPENSSL_NO_HW_SUREWARE
+       ENGINE_load_sureware();
+#endif
 #ifdef OPENSSL_OPENBSD_DEV_CRYPTO
        ENGINE_load_openbsd_dev_crypto();
 #endif