1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #3350 from gilles-peskine-arm/error-include-asn1-development

Include asn1.h in error.c
This commit is contained in:
Gilles Peskine
2020-05-28 15:09:20 +02:00
committed by GitHub
3 changed files with 25 additions and 2 deletions

View File

@ -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