summaryrefslogtreecommitdiff
path: root/devel/rust/libressl-openssl-sys.patch
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rust/libressl-openssl-sys.patch')
-rw-r--r--devel/rust/libressl-openssl-sys.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/rust/libressl-openssl-sys.patch b/devel/rust/libressl-openssl-sys.patch
new file mode 100644
index 0000000..ff53635
--- /dev/null
+++ b/devel/rust/libressl-openssl-sys.patch
@@ -0,0 +1,11 @@
+--- a/vendor/openssl-sys-0.9.114/build/main.rs
++++ b/vendor/openssl-sys-0.9.114/build/main.rs
+@@ -429,6 +429,7 @@
+ (4, 1, 0) => ('4', '1', '0'),
+ (4, 1, _) => ('4', '1', 'x'),
+ (4, 2, _) => ('4', '2', 'x'),
+ (4, 3, _) => ('4', '3', 'x'),
++ (_, _, _) => ('x', 'x', 'x'),
+ _ => version_error(),
+ };
+