aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-02 20:02:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-03 17:34:27 +0300
commitd4e409e3ceb7eadd9cf94b1d1f99ac04fec570ee (patch)
tree837cc261b0a0fa38ec75950acc523b864cad31a0 /bpkg/rep-fetch.hxx
parent6cb3810952e4a29023bce6682608a1bee40ca910 (diff)
Add support for dependent repository trust
Diffstat (limited to 'bpkg/rep-fetch.hxx')
-rw-r--r--bpkg/rep-fetch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx
index 7e7777f..3b5e80d 100644
--- a/bpkg/rep-fetch.hxx
+++ b/bpkg/rep-fetch.hxx
@@ -41,9 +41,9 @@ namespace bpkg
vector<fragment> fragments;
- // For base pkg repo (can be nullopt/NULL).
+ // For pkg repositories (can be nullopt/NULL).
//
- optional<string> cert_pem;
+ optional<string> certificate_pem;
shared_ptr<const bpkg::certificate> certificate; // Authenticated.
};