File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shared/quantum/codeql/quantum/experimental Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1597,8 +1597,8 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
15971597 final class MacOperationNode extends SignatureOrMacOperationNode {
15981598 MacOperationNode ( ) {
15991599 this .getKeyOperationSubtype ( ) = TMacMode ( ) and
1600- // If the type could be a mac , then we will not consider it a mac operation exclusively.
1601- not exists ( KeyOperationSubtype t | t = this .getKeyOperationSubtype ( ) and t = TMacMode ( ) )
1600+ // If the type could be a signature , then we will not consider it a mac operation exclusively.
1601+ not exists ( KeyOperationSubtype t | t = this .getKeyOperationSubtype ( ) and t = TSignMode ( ) )
16021602 }
16031603
16041604 final override string getInternalType ( ) { result = "MACOperation" }
You can’t perform that action at this time.
0 commit comments