Index: net/cert/x509_util_openssl_unittest.cc |
=================================================================== |
--- net/cert/x509_util_openssl_unittest.cc (revision 229411) |
+++ net/cert/x509_util_openssl_unittest.cc (working copy) |
@@ -46,6 +46,7 @@ |
std::string der_cert; |
EXPECT_FALSE(x509_util::CreateDomainBoundCertEC( |
private_key.get(), |
+ x509_util::DIGEST_SHA1, |
domain, 1, |
now, |
now + base::TimeDelta::FromDays(1), |