summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/ts/ts_conf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/src/crypto/ts/ts_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/crypto/ts/ts_conf.c b/src/lib/libssl/src/crypto/ts/ts_conf.c
index f8cf3b514c..12cce16bc8 100644
--- a/src/lib/libssl/src/crypto/ts/ts_conf.c
+++ b/src/lib/libssl/src/crypto/ts/ts_conf.c
@@ -239,7 +239,7 @@ err:
239 if (!ret) { 239 if (!ret) {
240 TSerr(TS_F_TS_CONF_SET_DEFAULT_ENGINE, 240 TSerr(TS_F_TS_CONF_SET_DEFAULT_ENGINE,
241 TS_R_COULD_NOT_SET_ENGINE); 241 TS_R_COULD_NOT_SET_ENGINE);
242 ERR_add_error_data(2, "engine:", name); 242 ERR_asprintf_error_data("engine:%s", name);
243 } 243 }
244 if (e) 244 if (e)
245 ENGINE_free(e); 245 ENGINE_free(e);