diff options
Diffstat (limited to 'net/base/cert_verify_proc.h')
-rw-r--r-- | net/base/cert_verify_proc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/base/cert_verify_proc.h b/net/base/cert_verify_proc.h index a4801cfd..475a533 100644 --- a/net/base/cert_verify_proc.h +++ b/net/base/cert_verify_proc.h @@ -75,9 +75,8 @@ class NET_EXPORT CertVerifyProc static bool IsBlacklisted(X509Certificate* cert); // IsPublicKeyBlacklisted returns true iff one of |public_key_hashes| (which - // are SHA1 hashes of SubjectPublicKeyInfo structures) is explicitly blocked. - static bool IsPublicKeyBlacklisted( - const std::vector<SHA1Fingerprint>& public_key_hashes); + // are hashes of SubjectPublicKeyInfo structures) is explicitly blocked. + static bool IsPublicKeyBlacklisted(const HashValueVector& public_key_hashes); }; } // namespace net |