mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Grouped data declarations [skip ci]
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1981)
This commit is contained in:
parent
5d5eed4456
commit
bc1dba2095
@ -28,7 +28,6 @@ CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void)
|
||||
}
|
||||
# else
|
||||
pthread_mutexattr_t attr;
|
||||
|
||||
CRYPTO_RWLOCK *lock = OPENSSL_zalloc(sizeof(pthread_mutex_t));
|
||||
if (lock == NULL)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user