summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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")
);