File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import OpenSSLAlgorithmInstanceBase
5
5
import AlgToAVCFlow
6
6
7
7
//ellipticCurveNameToKeySizeAndFamilyMapping(name, size, family)
8
- class KnownOpenSSLEllitpicCurveConstantAlgorithmInstance extends OpenSSLAlgorithmInstance ,
8
+ class KnownOpenSSLEllipticCurveConstantAlgorithmInstance extends OpenSSLAlgorithmInstance ,
9
9
Crypto:: EllipticCurveInstance instanceof KnownOpenSSLEllipticCurveAlgorithmConstant
10
10
{
11
11
OpenSSLAlgorithmValueConsumer getterCall ;
12
12
13
- KnownOpenSSLEllitpicCurveConstantAlgorithmInstance ( ) {
13
+ KnownOpenSSLEllipticCurveConstantAlgorithmInstance ( ) {
14
14
// Two possibilities:
15
15
// 1) The source is a literal and flows to a getter, then we know we have an instance
16
16
// 2) The source is a KnownOpenSSLAlgorithm is call, and we know we have an instance immediately from that
You can’t perform that action at this time.
0 commit comments