Files
ports/security/openssl40/files/patch-crypto_threads__pthread.c
T
Bernard Spil cd349d8687 security/openssl40: Add new OpenSSL ECH capable port
* This is ALPHA level software, for testing only
* Adds Encrypted Client Hello feature
* Removes SSLv3
2026-03-11 12:56:49 +01:00

14 lines
357 B
C

--- crypto/threads_pthread.c.orig 2022-11-01 14:14:36 UTC
+++ crypto/threads_pthread.c
@@ -29,6 +29,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)