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