Skip to content

Commit

Permalink
Merge pull request #1989 from sfackler/alex-patch-1
Browse files Browse the repository at this point in the history
Expose Cipher::aes_128_gcm on boringssl
  • Loading branch information
sfackler authored Jul 5, 2023
2 parents 994e5ff + 3dd78a7 commit 0f0bbe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openssl/src/cipher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ impl Cipher {
unsafe { CipherRef::from_ptr(ffi::EVP_aes_128_cfb8() as *mut _) }
}

#[cfg(not(boringssl))]
pub fn aes_128_gcm() -> &'static CipherRef {
unsafe { CipherRef::from_ptr(ffi::EVP_aes_128_gcm() as *mut _) }
}
Expand Down

0 comments on commit 0f0bbe4

Please sign in to comment.