mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
fix warning
Reviewed-by: Geoff Thorpe <geoff@openssl.org>
This commit is contained in:
parent
5a3d21c058
commit
879bde123b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user