Skip to content

Commit ad7358a

Browse files
committed
Crypto: Deduplicate "GCM" mapping from OpenSSL modeling
1 parent 8e6031d commit ad7358a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/BlockAlgorithmInstance.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ predicate knownOpenSslConstantToBlockModeFamilyType(
3131
or
3232
name = "CCM" and type instanceof KeyOpAlg::CCM
3333
or
34-
name = "GCM" and type instanceof KeyOpAlg::GCM
35-
or
3634
name = "CCM" and type instanceof KeyOpAlg::CCM
3735
or
3836
name = "ECB" and type instanceof KeyOpAlg::ECB

0 commit comments

Comments
 (0)