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