We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0674798 commit c6f5db2Copy full SHA for c6f5db2
boot/bootutil/src/image_ed25519.c
@@ -12,6 +12,8 @@
12
#ifdef MCUBOOT_SIGN_ED25519
13
#include "bootutil/sign_key.h"
14
15
+/* We are not really using the MBEDTLS but need the ASN.1 parsing functions */
16
+#define MBEDTLS_ASN1_PARSE_C
17
#include "mbedtls/oid.h"
18
#include "mbedtls/asn1.h"
19
0 commit comments