mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
private import Base
|
|
private import cpp as Lang
|
|
|
|
module CryptoInput implements InputSig<Lang::Location> {
|
|
class LocatableElement = Lang::Locatable;
|
|
}
|
|
|
|
module Crypto = CryptographyBase<Lang::Location, CryptoInput>;
|
|
|
|
import OpenSSL
|