Added
Link Here
|
1 |
$OpenBSD: patch-vendor_openssl-sys_build_main_rs,v 1.2 2019/03/11 19:13:40 semarie Exp $ |
2 |
The LibreSSL version in -current isn't explicitly supported. |
3 |
Index: vendor/openssl-sys/build/main.rs |
4 |
--- vendor/openssl-sys/build/main.rs.orig |
5 |
+++ vendor/openssl-sys/build/main.rs |
6 |
@@ -505,7 +505,7 @@ See rust-openssl README for more information: |
7 |
(8, 1) => ('8', '1'), |
8 |
(8, _) => ('8', 'x'), |
9 |
(9, 0) => ('9', '0'), |
10 |
- _ => version_error(), |
11 |
+ _ => ('9', '0'), |
12 |
}; |
13 |
|
14 |
println!("cargo:libressl=true"); |