summaryrefslogtreecommitdiff
path: root/javascript/srp.js
diff options
context:
space:
mode:
authorausiv4 <ausiv4@eb105b4a-77de-11de-a249-6bf219df57d5>2009-08-14 14:04:57 +0000
committerausiv4 <ausiv4@eb105b4a-77de-11de-a249-6bf219df57d5>2009-08-14 14:04:57 +0000
commit233850bb437c8dd666ee6594076a903e530a4ab9 (patch)
tree7ea7a4a38c1bd02324d725bafb264cb5483ddcee /javascript/srp.js
parent14fdb872579388fda701f3dd558776cf0b6f79cb (diff)
Fixed bug in views.py, changed files named 'hash' to 'crypto' since it now includes AES.
Diffstat (limited to 'javascript/srp.js')
-rw-r--r--javascript/srp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/srp.js b/javascript/srp.js
index ae7096c..cacc6cd 100644
--- a/javascript/srp.js
+++ b/javascript/srp.js
@@ -284,7 +284,7 @@ function SRP()
var path = arr.slice(0, arr.length-1).join("/");
// If this file is called srp.min.js, we will load the packed hash file
if(arr[arr.length-1] == "srp.min.js")
- import_file(path+"/hash.min.js");
+ import_file(path+"/crypto.min.js");
// Otherwise, this file is presumably srp.js, and we will load individual hash files
else
{