Update from HEAD.
[oweals/openssl.git] / crypto / engine / eng_all.c
index 8599046717a5d23bcae3bd61ef56f51b9d1c7022..d29cd57dc2f1abb93b147240126c49150a42075f 100644 (file)
@@ -107,6 +107,9 @@ void ENGINE_load_builtin_engines(void)
 #if defined(__OpenBSD__) || defined(__FreeBSD__)
        ENGINE_load_cryptodev();
 #endif
+#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
+       ENGINE_load_capi();
+#endif
 #endif
        }