From: sashan Date: Mon, 15 Dec 2025 09:56:57 +0000 (+0100) Subject: - fix .cstyle X-Git-Tag: openssl-4.0.0-alpha1~640 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01b420986dffed37c6f74b896e5cb06c66cbd326;p=thirdparty%2Fopenssl.git - fix .cstyle Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/29385) --- diff --git a/crypto/init.c b/crypto/init.c index 3049c48a5e6..2aeffb96e5e 100644 --- a/crypto/init.c +++ b/crypto/init.c @@ -77,7 +77,6 @@ err: return 0; } - static CRYPTO_ONCE load_crypto_nodelete = CRYPTO_ONCE_STATIC_INIT; DEFINE_RUN_ONCE_STATIC(ossl_init_load_crypto_nodelete) {