From 69a8d2dcc19aed0d1116ba2ecd81cce5ae736c94 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 15 Apr 2014 13:42:55 +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/libcrypto/o_init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/o_init.c') diff --git a/src/lib/libcrypto/o_init.c b/src/lib/libcrypto/o_init.c index db4cdc443b..07c8e0d694 100644 --- a/src/lib/libcrypto/o_init.c +++ b/src/lib/libcrypto/o_init.c @@ -63,8 +63,9 @@ * Currently only sets FIPS callbacks */ -void OPENSSL_init(void) - { +void +OPENSSL_init(void) +{ static int done = 0; if (done) return; @@ -78,5 +79,4 @@ void OPENSSL_init(void) #if 0 fprintf(stderr, "Called OPENSSL_init\n"); #endif - } - +} -- cgit v1.2.3-55-g6feb