diff --git a/bower.json b/bower.json index 53dc36a28..2b3c1cdee 100644 --- a/bower.json +++ b/bower.json @@ -21,7 +21,7 @@ "strophe.disco": "https://raw.github.com/jcbrand/strophejs-plugins/75c8693992bc357c699b6d615eeb396e799f5c02/disco/strophe.disco.js", "strophe.muc": "https://raw.github.com/strophe/strophejs-plugins/02310ad1b8da2962cd05b0f4bceaecca134efed4/muc/strophe.muc.js", "otr": "0.2.7", - "crypto-js": "~3.1.2", + "crypto-js-evanvosberg": "~3.1.2", "almond": "~0.2.6", "requirejs-text": "~2.0.10", "requirejs-tpl-jfparadis": "*" diff --git a/main.js b/main.js index 12a61efaa..c66a50733 100644 --- a/main.js +++ b/main.js @@ -18,8 +18,8 @@ config = { "bigint": "src/bigint", "crypto.core": "components/otr/vendor/cryptojs/core", "crypto.enc-base64": "components/otr/vendor/cryptojs/enc-base64", - "crypto.md5": "components/crypto-js/src/md5", - "crypto.evpkdf": "components/crypto-js/src/evpkdf", + "crypto.md5": "components/crypto-js-evanvosberg/src/md5", + "crypto.evpkdf": "components/crypto-js-evanvosberg/src/evpkdf", "crypto.cipher-core": "components/otr/vendor/cryptojs/cipher-core", "crypto.aes": "components/otr/vendor/cryptojs/aes", "crypto.sha1": "components/otr/vendor/cryptojs/sha1",