From f88a0d1f29fc228be0aabb7148fa2eaac15f5145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 5 Feb 2015 20:07:11 +0100 Subject: [PATCH] Mistake in pkdbf2 requires, it's hmac and not hmac.js --- firefox_addon/lib/pkdbf2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox_addon/lib/pkdbf2.js b/firefox_addon/lib/pkdbf2.js index cd7e96c..a7a9363 100644 --- a/firefox_addon/lib/pkdbf2.js +++ b/firefox_addon/lib/pkdbf2.js @@ -17,7 +17,7 @@ along with gPass. If not, see . */ -var hmac = require("hmac.js").hmac; +var hmac = require("hmac").hmac; exports.pkdbf2 = {