mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Fix import
The import should not have been private, because we want users to still be able to import this file and have access to the crypto algorithms.
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
|
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private import codeql.concepts.CryptoAlgorithms
|
import codeql.concepts.CryptoAlgorithms
|
||||||
|
|||||||
Reference in New Issue
Block a user