X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fts.c;h=e816c32a1fe643b2bb75e1af43dce8ff14fc59f6;hp=0db6b509f8dd0b31d15760cf4b5e0dab97912ff5;hb=f0ef20bf386b5c37ba5a4ce5c1de9a819bbeffb2;hpb=0e534337b24ee7b56480d85f01b9dda923fa42fc diff --git a/apps/ts.c b/apps/ts.c index 0db6b509f8..e816c32a1f 100644 --- a/apps/ts.c +++ b/apps/ts.c @@ -709,6 +709,8 @@ static TS_RESP *create_response(CONF *conf, const char *section, const char *eng goto end; } + if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx)) + goto end; if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx)) goto end; if (!TS_CONF_set_policies(conf, section, resp_ctx))