提交 879bde12 编写于 作者: D Dr. Stephen Henson

fix warning

Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
上级 5a3d21c0
......@@ -145,7 +145,7 @@ static int def_init_default(CONF *conf)
return 0;
conf->meth = &default_method;
conf->meth_data = CONF_type_default;
conf->meth_data = (void *)CONF_type_default;
conf->data = NULL;
return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册