Crypto: Fix consistency update with "other" vs "unknown" naming convetions for openssl.

This commit is contained in:
REDMOND\brodes
2025-10-03 12:10:48 -04:00
parent f1eb6511a7
commit f4fea6d635

View File

@@ -119,7 +119,7 @@ class KnownOpenSslCipherConstantAlgorithmInstance extends OpenSslAlgorithmInstan
knownOpenSslConstantToCipherFamilyType(this, result)
or
not knownOpenSslConstantToCipherFamilyType(this, _) and
result = Crypto::KeyOpAlg::TUnknownKeyOperationAlgorithmType()
result = Crypto::KeyOpAlg::TOtherKeyOperationAlgorithmType()
}
override OpenSslAlgorithmValueConsumer getAvc() { result = getterCall }