aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python39/files/patch-libressl
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /lang/python39/files/patch-libressl
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'lang/python39/files/patch-libressl')
-rw-r--r--lang/python39/files/patch-libressl13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python39/files/patch-libressl b/lang/python39/files/patch-libressl
deleted file mode 100644
index 045765a4fed5..000000000000
--- a/lang/python39/files/patch-libressl
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix build with LibreSSL 3.5.*
-
---- Modules/_hashopenssl.c.orig 2022-05-17 11:12:56 UTC
-+++ Modules/_hashopenssl.c
-@@ -43,7 +43,7 @@
- # error "OPENSSL_THREADS is not defined, Python requires thread-safe OpenSSL"
- #endif
-
--#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER)
-+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
- /* OpenSSL < 1.1.0 */
- #define EVP_MD_CTX_new EVP_MD_CTX_create
- #define EVP_MD_CTX_free EVP_MD_CTX_destroy