Files
ports/security/openssl36/files/patch-crypto_threads__pthread.c
Bernard Spil c57040e426 security/openssl36: Security update for CVE-2026-2673
Security:	ee1e6a24-1eeb-11f1-81da-8447094a420f
2026-03-27 21:02:00 +01:00

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)