Unverified Commit 0f0bbe42 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1989 from sfackler/alex-patch-1

Expose Cipher::aes_128_gcm on boringssl
parents 994e5ff8 3dd78a71
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 _) }
    }