Loading openssl/src/aes.rs +5 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,11 @@ //! # Examples #![cfg_attr( all(not(boringssl), not(awslc), not(osslconf = "OPENSSL_NO_DEPRECATED_3_0")), all( not(boringssl), not(awslc), not(osslconf = "OPENSSL_NO_DEPRECATED_3_0") ), doc = r#"\ ## AES IGE ```rust Loading openssl/src/version.rs +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ fn test_versions() { fn expected_name() -> &'static str { "LibreSSL" } #[cfg(any(boringssl))] #[cfg(boringssl)] fn expected_name() -> &'static str { "BoringSSL" } Loading openssl/src/ocsp.rs +1 −1 File changed.Contains only whitespace changes. Show changes Loading
openssl/src/aes.rs +5 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,11 @@ //! # Examples #![cfg_attr( all(not(boringssl), not(awslc), not(osslconf = "OPENSSL_NO_DEPRECATED_3_0")), all( not(boringssl), not(awslc), not(osslconf = "OPENSSL_NO_DEPRECATED_3_0") ), doc = r#"\ ## AES IGE ```rust Loading
openssl/src/version.rs +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ fn test_versions() { fn expected_name() -> &'static str { "LibreSSL" } #[cfg(any(boringssl))] #[cfg(boringssl)] fn expected_name() -> &'static str { "BoringSSL" } Loading