Skip to content

Commit 38421ce

Browse files
committed
Crypto: Missing casing fix for JCA classes
1 parent 329a7de commit 38421ce

File tree

1 file changed

+1
-1
lines changed
  • java/ql/lib/experimental/quantum

1 file changed

+1
-1
lines changed

java/ql/lib/experimental/quantum/JCA.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ module JCAModel {
12521252
}
12531253
}
12541254

1255-
class Pbkdf2WithHmac_HashAlgorithmStringLiteral extends Crypto::HashAlgorithmInstance instanceof PBKDF2WithHmac_KeyOperationAlgorithmStringLiteral
1255+
class Pbkdf2WithHmac_HashAlgorithmStringLiteral extends Crypto::HashAlgorithmInstance instanceof Pbkdf2WithHmac_KeyOperationAlgorithmStringLiteral
12561256
{
12571257
string hashName;
12581258

0 commit comments

Comments
 (0)