summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_ciph.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-05-27 13:11:57 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-05-27 13:11:57 +0000
commit571bc48f0975d86e9ecd80ffc1e8a693e5648909 (patch)
treec09e9c03ce5c796da8b5a6f8515c565cb3361d50 /lib/libssl/ssl_ciph.c
parent70001daf1ff02fba2b5e1a1144707fa429512871 (diff)
More KNF.
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
-rw-r--r--lib/libssl/ssl_ciph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c
index b2a1e93688c..c9485f81947 100644
--- a/lib/libssl/ssl_ciph.c
+++ b/lib/libssl/ssl_ciph.c
@@ -1407,8 +1407,8 @@ ssl_create_cipher_list(const SSL_METHOD *ssl_method,
free((void *)ca_list); /* Not needed anymore */
- if (!ok)
- { /* Rule processing failure */
+ if (!ok) {
+ /* Rule processing failure */
free(co_list);
return (NULL);
}