summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_cnf.c
diff options
context:
space:
mode:
authorjsing <>2014-06-22 11:33:47 +0000
committerjsing <>2014-06-22 11:33:47 +0000
commit4e9e58a49cbe8568e8bc87832cb5905e49c0f4ba (patch)
treebe8e1d6c6675e842b42894abc0d62eb87aef9492 /src/lib/libcrypto/engine/eng_cnf.c
parentab87651885f6ced49fa0570974bb617573a41a5c (diff)
downloadopenbsd-4e9e58a49cbe8568e8bc87832cb5905e49c0f4ba.tar.gz
openbsd-4e9e58a49cbe8568e8bc87832cb5905e49c0f4ba.tar.bz2
openbsd-4e9e58a49cbe8568e8bc87832cb5905e49c0f4ba.zip
More KNF.
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)