Lines Matching +full:libressl +full:-
5 // http://www.apache.org/licenses/LICENSE-2.0
48 pub fn number() -> i64 { in number()
54 pub fn version() -> &'static str { in version()
65 pub fn c_flags() -> &'static str { in c_flags()
75 pub fn built_on() -> &'static str { in built_on()
85 pub fn platform() -> &'static str { in platform()
95 pub fn dir() -> &'static str { in dir()
114 #[cfg(not(any(libressl, boringssl)))] in test_versions()
115 fn expected_name() -> &'static str { in test_versions()
118 #[cfg(libressl)] in test_versions()
119 fn expected_name() -> &'static str { in test_versions()
120 "LibreSSL" in test_versions()
123 fn expected_name() -> &'static str { in test_versions()