$OpenBSD: patch-vendor_openssl-sys_build_main_rs,v 1.3 2019/07/09 11:24:28 semarie Exp $
The LibreSSL version in -current isn't explicitly supported.
Index: vendor/openssl-sys/build/main.rs
--- vendor/openssl-sys/build/main.rs.orig
+++ vendor/openssl-sys/build/main.rs
@@ -199,7 +199,7 @@ See rust-openssl README for more information:
             (8, 1) => ('8', '1'),
             (8, _) => ('8', 'x'),
             (9, 0) => ('9', '0'),
-            _ => version_error(),
+            _ => ('9', '0'),
         };
 
         println!("cargo:libressl=true");
