mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Add assert.h to threads_pthread.c for NonStop thread compiles.
Fixes: #15809 Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15812)
This commit is contained in:
parent
83c2744173
commit
0d40745671
@ -24,6 +24,8 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
# include <assert.h>
|
||||
|
||||
# ifdef PTHREAD_RWLOCK_INITIALIZER
|
||||
# define USE_RWLOCK
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user