aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cryptography/files/cryptography-42.0.5-libressl-openssl-sys.patch')
-rw-r--r--dev-python/cryptography/files/cryptography-42.0.5-libressl-openssl-sys.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/cryptography/files/cryptography-42.0.5-libressl-openssl-sys.patch b/dev-python/cryptography/files/cryptography-42.0.5-libressl-openssl-sys.patch
new file mode 100644
index 0000000..c3ba287
--- /dev/null
+++ b/dev-python/cryptography/files/cryptography-42.0.5-libressl-openssl-sys.patch
@@ -0,0 +1,10 @@
+--- a/build/main.rs.orig
++++ b/build/main.rs
+@@ -293,6 +293,7 @@
+ (3, 8, 0) => ('3', '8', '0'),
+ (3, 8, 1) => ('3', '8', '1'),
+ (3, 8, _) => ('3', '8', 'x'),
++ (_, _, _) => ('x', 'x', 'x'),
+ _ => version_error(),
+ };
+