aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index ff05301..f6bada3 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -345,8 +345,9 @@ namespace bpkg
using fragments_type = std::vector<fragment_type>;
- string name; // Object id (canonical name).
+ string name; // Object id (canonical name).
repository_location location;
+ optional<string> certificate; // PEM representation.
fragments_type fragments;
public: