summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_cnf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/eng_cnf.c')
-rw-r--r--src/lib/libcrypto/engine/eng_cnf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/eng_cnf.c b/src/lib/libcrypto/engine/eng_cnf.c
index f334971fe6..1689bf44d2 100644
--- a/src/lib/libcrypto/engine/eng_cnf.c
+++ b/src/lib/libcrypto/engine/eng_cnf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: eng_cnf.c,v 1.10 2014/06/12 15:49:29 deraadt Exp $ */ 1/* $OpenBSD: eng_cnf.c,v 1.11 2014/06/22 11:33:47 jsing Exp $ */
2/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL 2/* Written by Stephen Henson (steve@openssl.org) for the OpenSSL
3 * project 2001. 3 * project 2001.
4 */ 4 */
@@ -195,8 +195,8 @@ err:
195 ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE, 195 ENGINEerr(ENGINE_F_INT_ENGINE_CONFIGURE,
196 ENGINE_R_ENGINE_CONFIGURATION_ERROR); 196 ENGINE_R_ENGINE_CONFIGURATION_ERROR);
197 if (ecmd) 197 if (ecmd)
198 ERR_asprintf_error_data 198 ERR_asprintf_error_data(
199 ("section=%s, name=%s, value=%s", 199 "section=%s, name=%s, value=%s",
200 ecmd->section, ecmd->name, ecmd->value); 200 ecmd->section, ecmd->name, ecmd->value);
201 } 201 }
202 if (e) 202 if (e)