mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Small typo
OPENSSL_INIT_ONCE and OPENSSL_INIT_ONCE_STATIC_INIT are really CRYPTO_ONCE and CRYPTO_ONCE_STATIC_INIT. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
3e19b07f14
commit
a4d8bcf1f2
@ -311,7 +311,7 @@ static void ossl_init_engine_dasync(void)
|
||||
engine_load_dasync_internal();
|
||||
}
|
||||
# if !defined(OPENSSL_NO_AFALGENG)
|
||||
static OPENSSL_INIT_ONCE engine_afalg = OPENSSL_INIT_ONCE_STATIC_INIT;
|
||||
static CRYPTO_ONCE engine_afalg = CRYPTO_ONCE_STATIC_INIT;
|
||||
static void ossl_init_engine_afalg(void)
|
||||
{
|
||||
# ifdef OPENSSL_INIT_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user