Unverified Commit 3dd78a71 authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Expose Cipher::aes_128_gcm on boringssl

parent 994e5ff8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 _) }
    }