Skip to content

Commit 3e54e4d

Browse files
committed
Crypto: Fixing typo.
1 parent d05d38f commit 3e54e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmValueConsumers/EllipticCurveAlgorithmValueConsumer.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import experimental.quantum.OpenSSL.AlgorithmInstances.OpenSSLAlgorithmInstances
77
abstract class EllipticCurveValueConsumer extends OpenSSLAlgorithmValueConsumer { }
88

99
//https://docs.openssl.org/3.0/man3/EC_KEY_new/#name
10-
class EVPEllipticCurveALgorithmConsumer extends EllipticCurveValueConsumer {
10+
class EVPEllipticCurveAlgorithmConsumer extends EllipticCurveValueConsumer {
1111
DataFlow::Node valueArgNode;
1212
DataFlow::Node resultNode;
1313

14-
EVPEllipticCurveALgorithmConsumer() {
14+
EVPEllipticCurveAlgorithmConsumer() {
1515
resultNode.asExpr() = this.(Call) and // in all cases the result is the return
1616
isPossibleOpenSSLFunction(this.(Call).getTarget()) and
1717
(

0 commit comments

Comments
 (0)