Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(877)

Unified Diff: libcurl_http_fetcher.cc

Issue 5231001: update_engine: Move CA certs to separate ebuild (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Change location Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « certs/GoogleInternetAuthority.crt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libcurl_http_fetcher.cc
diff --git a/libcurl_http_fetcher.cc b/libcurl_http_fetcher.cc
index b65d6b1e2e71aa73abd72e1d4b8b300124a61912..460b980c5bd87521e13c10f151d7b8a5ebf42dd0 100644
--- a/libcurl_http_fetcher.cc
+++ b/libcurl_http_fetcher.cc
@@ -24,7 +24,7 @@ namespace chromeos_update_engine {
namespace {
const int kMaxRetriesCount = 20;
-const char kCACertificatesPath[] = "/usr/share/update_engine/ca-certificates";
+const char kCACertificatesPath[] = "/usr/share/chromeos-ca-certificates";
} // namespace {}
LibcurlHttpFetcher::~LibcurlHttpFetcher() {
« no previous file with comments | « certs/GoogleInternetAuthority.crt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698