Skip to content

Commit 1ac3d5c

Browse files
committed
Crypto: Fixing typo caused by AI auto complete.
1 parent a5b57d3 commit 1ac3d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import cpp
2-
import experimental.quantum.OpenSSL.GericSourceCandidateLiteral
2+
import experimental.quantum.OpenSSL.GenericSourceCandidateLiteral
33

44
predicate resolveAlgorithmFromExpr(Expr e, string normalizedName, string algType) {
55
resolveAlgorithmFromCall(e, normalizedName, algType)

0 commit comments

Comments
 (0)