summaryrefslogtreecommitdiff
path: root/lang/rust/files/patch-vendor_openssl-sys_src_ssl.rs
blob: e54f58f9249c221cd69f744dbdae51d4a11cff8a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- vendor/openssl-sys/src/ssl.rs.orig	2019-11-04 17:34:46 UTC
+++ vendor/openssl-sys/src/ssl.rs
@@ -1057,7 +1057,7 @@ extern "C" {
 }
 
 cfg_if! {
-    if #[cfg(ossl110)] {
+    if #[cfg(any(ossl110, libressl291))] {
         extern "C" {
             pub fn TLS_method() -> *const SSL_METHOD;