From 6249bd82c9cf637e8e84cccf990b7315b51a8fa6 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 20 Apr 2014 09:04:56 +0000 Subject: KNF. --- src/lib/libcrypto/conf/conf_mall.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/conf/conf_mall.c') diff --git a/src/lib/libcrypto/conf/conf_mall.c b/src/lib/libcrypto/conf/conf_mall.c index c6f4cb2d55..8454d26fa8 100644 --- a/src/lib/libcrypto/conf/conf_mall.c +++ b/src/lib/libcrypto/conf/conf_mall.c @@ -10,7 +10,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in @@ -69,12 +69,12 @@ /* Load all OpenSSL builtin modules */ -void OPENSSL_load_builtin_modules(void) - { +void +OPENSSL_load_builtin_modules(void) +{ /* Add builtin modules here */ ASN1_add_oid_module(); #ifndef OPENSSL_NO_ENGINE ENGINE_add_conf_module(); #endif - } - +} -- cgit v1.2.3-55-g6feb