diff options
| author | jsing <> | 2014-06-22 11:33:47 +0000 |
|---|---|---|
| committer | jsing <> | 2014-06-22 11:33:47 +0000 |
| commit | a1b8b1ef2bd37222076f83f919e5caf6bbeb9466 (patch) | |
| tree | be8e1d6c6675e842b42894abc0d62eb87aef9492 /src/lib/libcrypto/engine/eng_cnf.c | |
| parent | 8fdffbc3fd115ab6a207f6af15b70fc03d651c56 (diff) | |
| download | openbsd-a1b8b1ef2bd37222076f83f919e5caf6bbeb9466.tar.gz openbsd-a1b8b1ef2bd37222076f83f919e5caf6bbeb9466.tar.bz2 openbsd-a1b8b1ef2bd37222076f83f919e5caf6bbeb9466.zip | |
More KNF.
Diffstat (limited to 'src/lib/libcrypto/engine/eng_cnf.c')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_cnf.c | 6 |
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) |
