Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openpgpjs/openpgpjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/index.js')
-rw-r--r--src/crypto/cipher/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/cipher/index.js b/src/crypto/cipher/index.js
index ef8dd7e5..4f96ef38 100644
--- a/src/crypto/cipher/index.js
+++ b/src/crypto/cipher/index.js
@@ -5,7 +5,7 @@
*/
import aes from './aes';
-import { DES, TripleDES } from './des.js';
+import { DES, TripleDES } from './des';
import CAST5 from './cast5';
import TF from './twofish';
import BF from './blowfish';