File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmValueConsumers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ import experimental.quantum.OpenSSL.AlgorithmInstances.OpenSSLAlgorithmInstances
77abstract 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 (
You can’t perform that action at this time.
0 commit comments