Skip to content

Commit

Permalink
Expose Cipher::aes_128_gcm on boringssl
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jul 5, 2023
1 parent 994e5ff commit 3dd78a7
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 3dd78a7

Please sign in to comment.