From d2f0073c0956f76c573107399ecedcd5d49f1709 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 c596f0bcc..04f425bb3 100644 --- a/library/error.c +++ b/library/error.c @@ -53,6 +53,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