Skip to content

Commit

Permalink
Update openssl/src/hash.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored Dec 17, 2020
1 parent 4240381 commit 98fb96b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openssl/src/hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ impl MessageDigest {
///
/// [`EVP_get_digestbyname`]: https://www.openssl.org/docs/man1.1.0/crypto/EVP_DigestInit.html
pub fn from_name(name: &str) -> Option<MessageDigest> {
#[cfg(not(ossl110))]
ffi::init();
let name = CString::new(name).ok()?;
unsafe {
Expand Down

0 comments on commit 98fb96b

Please sign in to comment.