mirror of
https://github.com/github/codeql.git
synced 2026-04-12 10:34:02 +02:00
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
private import codeql.cryptography.Model
|
|
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
|