mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
commenting out hash size for now, TODO
This commit is contained in:
@@ -77,5 +77,5 @@ class KnownOpenSSLHashConstantAlgorithmInstance extends Crypto::HashAlgorithmIns
|
||||
|
||||
override string getRawAlgorithmName() { result = this.(Literal).getValue().toString() }
|
||||
|
||||
override int getHashSize() { none() } //TODO
|
||||
// override int getHashSize() { none() } //TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user