X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fconf%2Fconf_mod.c;h=31f838e0fa7ca650be2d2ec9cf14d404fff23cb8;hp=d01d20e3d4483b01cad96d19725e5827c8845f61;hb=02e112a88579ff2592f34015f73dc85f4ed76ad5;hpb=0517ffc47c79136ba09fb34400e9e26c539615d1;ds=sidebyside diff --git a/crypto/conf/conf_mod.c b/crypto/conf/conf_mod.c index d01d20e3d4..31f838e0fa 100644 --- a/crypto/conf/conf_mod.c +++ b/crypto/conf/conf_mod.c @@ -64,7 +64,7 @@ static CONF_MODULE *module_add(DSO *dso, const char *name, static CONF_MODULE *module_find(const char *name); static int module_init(CONF_MODULE *pmod, const char *name, const char *value, const CONF *cnf); -static CONF_MODULE *module_load_dso(const CONF *cnf, const char *name, +static CONF_MODULE *module_load_dso(const CONF *cnf, const char *name, const char *value); /* Main function: load modules from a CONF structure */ @@ -181,7 +181,7 @@ static int module_run(const CONF *cnf, const char *name, const char *value, } /* Load a module from a DSO */ -static CONF_MODULE *module_load_dso(const CONF *cnf, +static CONF_MODULE *module_load_dso(const CONF *cnf, const char *name, const char *value) { DSO *dso = NULL;