ports/security/openssl35/files/patch-crypto_threads__pthread.c
Bernard Spil a6e928d8c6 security/openssl35: Add new OpenSSL version with PQC
* This is ALPHA level software, for testing only
* Adds Post-Quantum Crypto algorithms
2025-03-14 20:12:18 +01:00

13 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)