提交 90b96776 编写于 作者: D Dr. Stephen Henson

More CryptoAPI engine code from stable branch.

上级 408f9065
......@@ -108,6 +108,9 @@ void ENGINE_load_builtin_engines(void)
#ifndef OPENSSL_NO_GMP
ENGINE_load_gmp();
#endif
#endif
#if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
ENGINE_load_capi();
#endif
}
......
......@@ -340,6 +340,9 @@ void ENGINE_load_gost(void);
#endif
void ENGINE_load_cryptodev(void);
void ENGINE_load_builtin_engines(void);
#ifndef OPENSSL_NO_CAPIENG
void ENGINE_load_capi(void);
#endif
/* Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation
* "registry" handling. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册