mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Crypto: Deduplicate "GCM" mapping from OpenSSL modeling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user