summaryrefslogtreecommitdiff
path: root/share/www/script/sha1.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/sha1.js')
-rw-r--r--share/www/script/sha1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/sha1.js b/share/www/script/sha1.js
index 1b559823..ee73a634 100644
--- a/share/www/script/sha1.js
+++ b/share/www/script/sha1.js
@@ -12,7 +12,7 @@
* the server-side, but the defaults work in most cases.
*/
var hexcase = 0; /* hex output format. 0 - lowercase; 1 - uppercase */
-var b64pad = ""; /* base-64 pad character. "=" for strict RFC compliance */
+var b64pad = "="; /* base-64 pad character. "=" for strict RFC compliance */
var chrsz = 8; /* bits per input character. 8 - ASCII; 16 - Unicode */
/*