We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1eb651 commit f4fea6dCopy full SHA for f4fea6d
cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/CipherAlgorithmInstance.qll
@@ -119,7 +119,7 @@ class KnownOpenSslCipherConstantAlgorithmInstance extends OpenSslAlgorithmInstan
119
knownOpenSslConstantToCipherFamilyType(this, result)
120
or
121
not knownOpenSslConstantToCipherFamilyType(this, _) and
122
- result = Crypto::KeyOpAlg::TUnknownKeyOperationAlgorithmType()
+ result = Crypto::KeyOpAlg::TOtherKeyOperationAlgorithmType()
123
}
124
125
override OpenSslAlgorithmValueConsumer getAvc() { result = getterCall }
0 commit comments