Skip to content

Commit f4fea6d

Browse files
committed
Crypto: Fix consistency update with "other" vs "unknown" naming convetions for openssl.
1 parent f1eb651 commit f4fea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/CipherAlgorithmInstance.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class KnownOpenSslCipherConstantAlgorithmInstance extends OpenSslAlgorithmInstan
119119
knownOpenSslConstantToCipherFamilyType(this, result)
120120
or
121121
not knownOpenSslConstantToCipherFamilyType(this, _) and
122-
result = Crypto::KeyOpAlg::TUnknownKeyOperationAlgorithmType()
122+
result = Crypto::KeyOpAlg::TOtherKeyOperationAlgorithmType()
123123
}
124124

125125
override OpenSslAlgorithmValueConsumer getAvc() { result = getterCall }

0 commit comments

Comments
 (0)