diff options
Diffstat (limited to 'net/cert/x509_util_openssl.cc')
-rw-r--r-- | net/cert/x509_util_openssl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cert/x509_util_openssl.cc b/net/cert/x509_util_openssl.cc index 38a987c..19362f2 100644 --- a/net/cert/x509_util_openssl.cc +++ b/net/cert/x509_util_openssl.cc @@ -223,7 +223,7 @@ bool IsSupportedValidityRange(base::Time not_valid_before, return true; } -bool CreateDomainBoundCertEC( +bool CreateChannelIDEC( crypto::ECPrivateKey* key, DigestAlgorithm alg, const std::string& domain, |