Skip to content

Commit e5641ef

Browse files
committed
Crypto: Typo fix
1 parent 3e54e4d commit e5641ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/EllipticCurveAlgorithmInstance.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import OpenSSLAlgorithmInstanceBase
55
import 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

0 commit comments

Comments
 (0)