mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Fixing type bug
This commit is contained in:
@@ -706,7 +706,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
|
||||
result = instance.getCipherOperationMode()
|
||||
}
|
||||
|
||||
final override EncryptionAlgorithm getAlgorithm() { result = instance.getAlgorithm() }
|
||||
final override EncryptionAlgorithm getAlgorithm() { result.getInstance() = instance.getAlgorithm() }
|
||||
|
||||
override string getInternalType() { result = "CipherOperation" }
|
||||
// /**
|
||||
|
||||
Reference in New Issue
Block a user