From b12a89b75a526f5ae9bbd6bfff6053e21295fd2a Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 14 Apr 2014 13:10:35 +0000 Subject: First pass at applying KNF to the OpenSSL code, which almost makes it readable. This pass is whitespace only and can readily be verified using tr and md5. --- src/lib/libssl/ssl_err2.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/ssl_err2.c') diff --git a/src/lib/libssl/ssl_err2.c b/src/lib/libssl/ssl_err2.c index ea95a5f983..cd781d38aa 100644 --- a/src/lib/libssl/ssl_err2.c +++ b/src/lib/libssl/ssl_err2.c @@ -60,11 +60,12 @@ #include #include -void SSL_load_error_strings(void) - { +void +SSL_load_error_strings(void) +{ #ifndef OPENSSL_NO_ERR ERR_load_crypto_strings(); ERR_load_SSL_strings(); #endif - } +} -- cgit v1.2.3-55-g6feb