aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 0fde4239692..b73965f03d5 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -44,3 +44,6 @@ pub mod test {
pub use crate::hosts::{parse_hostsfile, replace_host_table};
pub use crate::http_loader::HttpState;
}
+
+// This dependency gives `build.rs` access to the `DEP_OPENSSL_VERSION_NUMBER` env variable.
+use openssl_sys as _;