diff --git a/openssl/src/cipher.rs b/openssl/src/cipher.rs index 8677886e16..d26b93c261 100644 --- a/openssl/src/cipher.rs +++ b/openssl/src/cipher.rs @@ -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 _) } }