Commit 01b420986d for openssl.org
commit 01b420986dffed37c6f74b896e5cb06c66cbd326
Author: sashan <anedvedicky@gmail.com>
Date: Mon Dec 15 10:56:57 2025 +0100
- fix .cstyle
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29385)
diff --git a/crypto/init.c b/crypto/init.c
index 3049c48a5e..2aeffb96e5 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)
{