diff options
author | 2014-05-27 13:11:56 +0000 | |
---|---|---|
committer | 2014-05-27 13:11:56 +0000 | |
commit | fbbe27b51c023028b74160c21024b9ef88de02ae (patch) | |
tree | 2bfcab56c66bc7af3dec8240a0260d412bda1e39 /lib/libssl/ssl_ciph.c | |
parent | Handle the top bit of xterm(1)-style modifier keys, based on a diff from (diff) | |
download | wireguard-openbsd-fbbe27b51c023028b74160c21024b9ef88de02ae.tar.xz wireguard-openbsd-fbbe27b51c023028b74160c21024b9ef88de02ae.zip |
More KNF.
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
-rw-r--r-- | lib/libssl/ssl_ciph.c | 4 |
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); } |