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 6ffb049 commit 48e484bCopy full SHA for 48e484b
cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmValueConsumers/PKeyAlgorithmValueConsumer.qll
@@ -36,7 +36,7 @@ class EVPPKeyAlgorithmConsumer extends PKeyValueConsumer {
36
// when the operation is again modeled as a key gen operation.
37
this.(Call).getTarget().getName() = "EVP_PKEY_Q_keygen" and
38
(
39
- // Ellipitic curve case
+ // Elliptic curve case
40
// If the argInd 3 is a derived type (pointer or array) then assume it is a curve name
41
if this.(Call).getArgument(3).getType().getUnderlyingType() instanceof DerivedType
42
then valueArgNode.asExpr() = this.(Call).getArgument(3)
0 commit comments