diff --git a/src/lib.rs b/src/lib.rs index 65f8ff3..c328d25 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#[cfg(feature = "bundled")] +#[cfg(any(feature = "bundled", feature = "bundled_without_openssl"))] extern crate pq_src; #[cfg(not(feature = "buildtime_bindgen"))]