Fix default value of include_mca_subdescriptors in dcp.h
authorCarl Hetherington <cth@carlh.net>
Sun, 5 Mar 2023 22:32:50 +0000 (23:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Mar 2023 22:32:50 +0000 (23:32 +0100)
src/dcp.h

index 8ce6a96d646a3eb4361c5439e8e7188deff2dc68..bf9b3aaf03da832ec938d8497ce80e4048a1a582 100644 (file)
--- 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")
        );