c57040e426
Security: ee1e6a24-1eeb-11f1-81da-8447094a420f
14 lines
356 B
C
14 lines
356 B
C
--- crypto/threads_pthread.c.orig 2026-01-27 13:33:54 UTC
|
|
+++ crypto/threads_pthread.c
|
|
@@ -81,6 +81,10 @@
|
|
#define BROKEN_CLANG_ATOMICS
|
|
#endif
|
|
|
|
+#if defined(__FreeBSD__) && defined(__i386__)
|
|
+#define BROKEN_CLANG_ATOMICS
|
|
+#endif
|
|
+
|
|
#if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG) && !defined(OPENSSL_SYS_WINDOWS)
|
|
|
|
#if defined(OPENSSL_SYS_UNIX)
|