diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-05 23:32:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-05 23:32:50 +0100 |
| commit | 834c3f38e5127c6182445a2afd2c92c9e121ed85 (patch) | |
| tree | 9390487e45a8b954e6c0e35bd05d534b0b23fd84 /src | |
| parent | c76095e572fdf85e42db834c9bdb84f2bdb6fee3 (diff) | |
Fix default value of include_mca_subdescriptors in dcp.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ public: */ void write_xml( std::shared_ptr<const CertificateChain> signer = std::shared_ptr<const CertificateChain>(), - bool include_mca_subdescriptors = false, + bool include_mca_subdescriptors = true, NameFormat name_format = NameFormat("%t") ); |
