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:
Jeroen Ketema
2025-07-16 14:41:50 +02:00
parent 24bea738c9
commit 1990438376

View File

@@ -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