summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-05 23:32:50 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-05 23:32:50 +0100
commit834c3f38e5127c6182445a2afd2c92c9e121ed85 (patch)
tree9390487e45a8b954e6c0e35bd05d534b0b23fd84 /src
parentc76095e572fdf85e42db834c9bdb84f2bdb6fee3 (diff)
Fix default value of include_mca_subdescriptors in dcp.h
Diffstat (limited to 'src')
-rw-r--r--src/dcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 8ce6a96d..bf9b3aaf 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -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")
);