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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue