Crypto: Deduplicate "GCM" mapping from OpenSSL modeling

This commit is contained in:
Nicolas Will
2025-06-25 20:26:38 +02:00
parent 8e6031df14
commit ad7358ac4f

View File

@@ -31,8 +31,6 @@ predicate knownOpenSslConstantToBlockModeFamilyType(
or
name = "CCM" and type instanceof KeyOpAlg::CCM
or
name = "GCM" and type instanceof KeyOpAlg::GCM
or
name = "CCM" and type instanceof KeyOpAlg::CCM
or
name = "ECB" and type instanceof KeyOpAlg::ECB