Skip to content

Commit e0df413

Browse files
skmcgrailbotovq
andauthored
Skip final call for LibreSSL 4.1.0 for CCM mode
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
1 parent 2f1164b commit e0df413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openssl/src/cipher_ctx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ mod test {
903903
ctx.cipher_update_vec(&ct, &mut buf).unwrap();
904904
// Some older libraries don't support calling EVP_CipherFinal/EVP_DecryptFinal for CCM
905905
// https://wiki.openssl.org/index.php/EVP_Authenticated_Encryption_and_Decryption#Authenticated_Decryption_using_CCM_mode
906-
#[cfg(any(libressl410, ossl111, awslc, boringssl))]
906+
#[cfg(any(ossl111, awslc, boringssl))]
907907
ctx.cipher_final_vec(&mut buf).unwrap();
908908

909909
assert_eq!(buf, pt);

0 commit comments

Comments
 (0)