diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-14 11:27:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-14 11:27:00 +0100 |
| commit | af87d03b24c21301639c23606993cfebcfbe3088 (patch) | |
| tree | e8106169d717030d96c444f3009687d3f7e2ba49 /src/dcp.h | |
| parent | 4cad94e5c679c290db71f739df513fbee5286b2a (diff) | |
Add GroupID support for PKLs (DoM #2943).v1.10.5
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -157,7 +157,8 @@ public: void write_xml( std::shared_ptr<const CertificateChain> signer = std::shared_ptr<const CertificateChain>(), bool include_mca_subdescriptors = true, - NameFormat name_format = NameFormat("%t") + NameFormat name_format = NameFormat("%t"), + boost::optional<std::string> group_id = boost::none ); void resolve_refs (std::vector<std::shared_ptr<Asset>> assets); |
