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
7
7
abstract class EllipticCurveValueConsumer extends OpenSSLAlgorithmValueConsumer { }
8
8
9
9
//https://docs.openssl.org/3.0/man3/EC_KEY_new/#name
10
- class EVPEllipticCurveALgorithmConsumer extends EllipticCurveValueConsumer {
10
+ class EVPEllipticCurveAlgorithmConsumer extends EllipticCurveValueConsumer {
11
11
DataFlow:: Node valueArgNode ;
12
12
DataFlow:: Node resultNode ;
13
13
14
- EVPEllipticCurveALgorithmConsumer ( ) {
14
+ EVPEllipticCurveAlgorithmConsumer ( ) {
15
15
resultNode .asExpr ( ) = this .( Call ) and // in all cases the result is the return
16
16
isPossibleOpenSSLFunction ( this .( Call ) .getTarget ( ) ) and
17
17
(
You can’t perform that action at this time.
0 commit comments