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