commit | 946720aac5995c8905dbdb70c3afca6cf5d47677 | [log] [tgz] |
---|---|---|
author | Jan Bruckner <jan@janbruckner.de> | Mon Oct 09 16:26:35 2023 +0200 |
committer | Jan Bruckner <jan@janbruckner.de> | Mon Oct 09 16:53:41 2023 +0200 |
tree | dc30498aa0bb8cf29949f7c1dcd05c0949fb5091 | |
parent | 32743619a293c9e68262ef1049ed2f12cfeaae51 [diff] [blame] |
Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled Signed-off-by: Jan Bruckner <jan@janbruckner.de>
diff --git a/ChangeLog.d/fix-cpp-compilation-error.txt b/ChangeLog.d/fix-cpp-compilation-error.txt new file mode 100644 index 0000000..32d86dc --- /dev/null +++ b/ChangeLog.d/fix-cpp-compilation-error.txt
@@ -0,0 +1,3 @@ +Bugfix + * Fix compilation error in C++ programs when MBEDTLS_ASN1_PARSE_C is + disabled.