fix warning

Reviewed-by: Geoff Thorpe <geoff@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2014-08-26 01:07:57 +01:00
parent 5a3d21c058
commit 879bde123b

View File

@ -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;