From 583cd7f442f0029ece7eb74d82aba7ca73188baf Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 25 May 2020 12:23:55 +0200 Subject: [PATCH] Re-generate error.c Signed-off-by: Gilles Peskine --- library/error.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/error.c b/library/error.c index 22c7b165ce..be60798ce8 100644 --- a/library/error.c +++ b/library/error.c @@ -52,6 +52,10 @@ #include "mbedtls/aria.h" #endif +#if defined(MBEDTLS_ASN1_PARSE_C) +#include "mbedtls/asn1.h" +#endif + #if defined(MBEDTLS_BASE64_C) #include "mbedtls/base64.h" #endif