Lines Matching defs:openssl
10 #![doc(html_root_url = "https://docs.rs/openssl-sys/0.9")]
35 #[cfg(openssl)]
37 mod openssl {
101 // explicitly initialize to work around https://github.com/openssl/openssl/issues/3505
151 "BUG: rust-openssl lock {} already unlocked, aborting",
195 /// Disable explicit initialization of the openssl libs.
197 /// This is only appropriate to use if the openssl crate is being consumed by an application
202 /// In some versions of openssl, skipping initialization will fall back to the default procedure
208 #[cfg(openssl)]
209 pub use openssl::*;