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 cf015d1 commit f5d24c5Copy full SHA for f5d24c5
java/ql/lib/experimental/quantum/JCA.qll
@@ -1388,7 +1388,7 @@ module JCAModel {
1388
override Crypto::TKeyAgreementType getKeyAgreementType() {
1389
if key_agreement_name_to_type_known(_, super.getValue())
1390
then key_agreement_name_to_type_known(result, super.getValue())
1391
- else result = Crypto::UnknownKeyAgreementType()
+ else result = Crypto::OtherKeyAgreementType()
1392
}
1393
1394
KeyAgreementAlgorithmValueConsumer getConsumer() { result = consumer }
0 commit comments