mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Crypto: Fix consistency update with "other" vs "unknown" naming convetions for openssl.
This commit is contained in:
@@ -119,7 +119,7 @@ class KnownOpenSslCipherConstantAlgorithmInstance extends OpenSslAlgorithmInstan
|
|||||||
knownOpenSslConstantToCipherFamilyType(this, result)
|
knownOpenSslConstantToCipherFamilyType(this, result)
|
||||||
or
|
or
|
||||||
not knownOpenSslConstantToCipherFamilyType(this, _) and
|
not knownOpenSslConstantToCipherFamilyType(this, _) and
|
||||||
result = Crypto::KeyOpAlg::TUnknownKeyOperationAlgorithmType()
|
result = Crypto::KeyOpAlg::TOtherKeyOperationAlgorithmType()
|
||||||
}
|
}
|
||||||
|
|
||||||
override OpenSslAlgorithmValueConsumer getAvc() { result = getterCall }
|
override OpenSslAlgorithmValueConsumer getAvc() { result = getterCall }
|
||||||
|
|||||||
Reference in New Issue
Block a user