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
55import AlgToAVCFlow
66
77//ellipticCurveNameToKeySizeAndFamilyMapping(name, size, family)
8- class KnownOpenSSLEllitpicCurveConstantAlgorithmInstance extends OpenSSLAlgorithmInstance ,
8+ class KnownOpenSSLEllipticCurveConstantAlgorithmInstance extends OpenSSLAlgorithmInstance ,
99 Crypto:: EllipticCurveInstance instanceof KnownOpenSSLEllipticCurveAlgorithmConstant
1010{
1111 OpenSSLAlgorithmValueConsumer getterCall ;
1212
13- KnownOpenSSLEllitpicCurveConstantAlgorithmInstance ( ) {
13+ KnownOpenSSLEllipticCurveConstantAlgorithmInstance ( ) {
1414 // Two possibilities:
1515 // 1) The source is a literal and flows to a getter, then we know we have an instance
1616 // 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