[openssl] master update
tomas at openssl.org
tomas at openssl.org
Wed Jun 23 15:34:23 UTC 2021
The branch master has been updated
via 0d40745671e562725e865167854be66222798ae1 (commit)
from 83c2744173a48643a4c3a05e379f7616e4f0cc51 (commit)
- Log -----------------------------------------------------------------
commit 0d40745671e562725e865167854be66222798ae1
Author: Randall S. Becker <rsbecker at nexbridge.com>
Date: Thu Jun 17 12:18:27 2021 -0500
Add assert.h to threads_pthread.c for NonStop thread compiles.
Fixes: #15809
Signed-off-by: Randall S. Becker <rsbecker at nexbridge.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15812)
-----------------------------------------------------------------------
Summary of changes:
crypto/threads_pthread.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/crypto/threads_pthread.c b/crypto/threads_pthread.c
index ecb53299c4..00a98f4c71 100644
--- a/crypto/threads_pthread.c
+++ b/crypto/threads_pthread.c
@@ -24,6 +24,8 @@
# include <unistd.h>
#endif
+# include <assert.h>
+
# ifdef PTHREAD_RWLOCK_INITIALIZER
# define USE_RWLOCK
# endif
More information about the openssl-commits
mailing list