提交 c35f5c3d 编写于 作者: R Richard Levitte

Correct deprecation of OPENSSL_config

Reported in GH#684
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 77b8ad18
......@@ -137,9 +137,9 @@ int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
#endif
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
#if OPENSSL_API_COMPAT < 0x10100000L
void OPENSSL_config(const char *config_name);
DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
#if OPENSSL_API_COMPAT < 0x10100000L
# define OPENSSL_no_config() \
OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL)
#endif
......
......@@ -2691,7 +2691,7 @@ ENGINE_set_default_string 3184 1_1_0 EXIST::FUNCTION:ENGINE
CONF_module_get_usr_data 3185 1_1_0 EXIST::FUNCTION:
ASN1_add_oid_module 3186 1_1_0 EXIST::FUNCTION:
CONF_modules_finish 3187 1_1_0 EXIST::FUNCTION:
OPENSSL_config 3188 1_1_0 EXIST::FUNCTION:
OPENSSL_config 3188 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
CONF_modules_unload 3189 1_1_0 EXIST::FUNCTION:
CONF_imodule_get_value 3190 1_1_0 EXIST::FUNCTION:
CONF_module_set_usr_data 3191 1_1_0 EXIST::FUNCTION:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册