diff options
Diffstat (limited to 'net/base/x509_util_openssl.cc')
-rw-r--r-- | net/base/x509_util_openssl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/x509_util_openssl.cc b/net/base/x509_util_openssl.cc index 8bebfe0..b240644 100644 --- a/net/base/x509_util_openssl.cc +++ b/net/base/x509_util_openssl.cc @@ -15,9 +15,9 @@ namespace net { namespace x509_util { -bool CreateOriginBoundCertEC( +bool CreateDomainBoundCertEC( crypto::ECPrivateKey* key, - const std::string& origin, + const std::string& domain, uint32 serial_number, base::Time not_valid_before, base::Time not_valid_after, |