From d5ec2e12f399b7813994564b77a0915821a0ac42 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sat, 14 Oct 2023 19:00:42 +0200 Subject: security/openssl: Major version update to 3.0 * OpenSSL 1.1.1 is EoL, update to new LTS version * Aligns with upcoming OpenSSL version in 14.0 --- security/openssl/files/patch-crypto_threads__pthread.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/openssl/files/patch-crypto_threads__pthread.c (limited to 'security/openssl/files/patch-crypto_threads__pthread.c') diff --git a/security/openssl/files/patch-crypto_threads__pthread.c b/security/openssl/files/patch-crypto_threads__pthread.c new file mode 100644 index 000000000000..3347170e0bd0 --- /dev/null +++ b/security/openssl/files/patch-crypto_threads__pthread.c @@ -0,0 +1,13 @@ +--- 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) -- cgit v1.2.3