mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Fix query compilation errors
This commit is contained in:
@@ -1584,7 +1584,9 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
|
||||
this.(KeyOperationAlgorithmNode).isAsymmetric()
|
||||
}
|
||||
|
||||
string toString() { result = super.getAlgorithmName() }
|
||||
string toString() { result = super.toString() }
|
||||
|
||||
AlgorithmNode asAlgorithmNode() { result = this }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user