Files
codeql/cpp/ql/lib/experimental/Quantum/Language.qll
2025-01-28 02:02:06 +01:00

13 lines
288 B
Plaintext

private import Base
private import cpp as Lang
module CryptoInput implements InputSig<Lang::Location> {
class LocatableElement = Lang::Locatable;
class UnknownLocation = Lang::UnknownDefaultLocation;
}
module Crypto = CryptographyBase<Lang::Location, CryptoInput>;
import OpenSSL