x509: lint.
This commit is contained in:
parent
34cb226000
commit
ac6d7696a8
@ -168,7 +168,7 @@ x509.setTrust = function setTrust(certs) {
|
||||
*/
|
||||
|
||||
x509.setFingerprints = function setFingerprints(hashes) {
|
||||
var i, hash, hash;
|
||||
var i, hash;
|
||||
|
||||
assert(Array.isArray(hashes), 'Certs must be an array.');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user