From: Dr. Stephen Henson Date: Tue, 26 Aug 2014 00:07:57 +0000 (+0100) Subject: fix warning X-Git-Tag: master-pre-reformat~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879bde123b18afdcb2aecf67f5c807c016bbcf73;p=thirdparty%2Fopenssl.git fix warning Reviewed-by: Geoff Thorpe --- diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c index f0b27687395..ff55876b6ed 100644 --- a/crypto/conf/conf_def.c +++ b/crypto/conf/conf_def.c @@ -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;