summaryrefslogtreecommitdiff
path: root/lang/rust/files/patch-vendor_openssl_build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust/files/patch-vendor_openssl_build.rs')
-rw-r--r--lang/rust/files/patch-vendor_openssl_build.rs23
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/rust/files/patch-vendor_openssl_build.rs b/lang/rust/files/patch-vendor_openssl_build.rs
deleted file mode 100644
index 30793f1827eb..000000000000
--- a/lang/rust/files/patch-vendor_openssl_build.rs
+++ /dev/null
@@ -1,23 +0,0 @@
---- vendor/openssl/build.rs.orig 2019-05-13 21:50:34 UTC
-+++ vendor/openssl/build.rs
-@@ -46,12 +46,20 @@ fn main() {
- println!("cargo:rustc-cfg=libressl270");
- }
-
-+ if version >= 0x2_07_01_00_0 {
-+ println!("cargo:rustc-cfg=libressl271");
-+ }
-+
- if version >= 0x2_07_03_00_0 {
- println!("cargo:rustc-cfg=libressl273");
- }
-
- if version >= 0x2_08_00_00_0 {
- println!("cargo:rustc-cfg=libressl280");
-+ }
-+
-+ if version >= 0x2_09_01_00_0 {
-+ println!("cargo:rustc-cfg=libressl291");
- }
- }
- }