Latest update.
This commit is contained in:
+3
-2
@@ -283,9 +283,10 @@ int TS_CONF_set_def_policy(CONF *conf, const char *section,
|
||||
{
|
||||
int ret = 0;
|
||||
ASN1_OBJECT *policy_obj = NULL;
|
||||
if (!policy)
|
||||
|
||||
if (policy == NULL)
|
||||
policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
|
||||
if (!policy) {
|
||||
if (policy == NULL) {
|
||||
ts_CONF_lookup_fail(section, ENV_DEFAULT_POLICY);
|
||||
goto err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user