Skip to content

Commit 44b1e92

Browse files
committed
commenting out hash size for now, TODO
1 parent 085e8d4 commit 44b1e92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/lib/experimental/Quantum/OpenSSL/EVPHashAlgorithmSource.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ class KnownOpenSSLHashConstantAlgorithmInstance extends Crypto::HashAlgorithmIns
7777

7878
override string getRawAlgorithmName() { result = this.(Literal).getValue().toString() }
7979

80-
override int getHashSize() { none() } //TODO
80+
// override int getHashSize() { none() } //TODO
8181
}

shared/cryptography/codeql/cryptography/Model.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
369369
*/
370370
abstract THashType getHashFamily();
371371

372-
abstract int getHashSize();
372+
// abstract int getHashSize();
373373
}
374374

375375
abstract class KeyDerivationOperationInstance extends KnownElement { }

0 commit comments

Comments
 (0)