From dbc0db9449de1661917ce68d1debe73314131757 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Mon, 28 May 2018 14:27:53 +0200 Subject: [PATCH] include bignum.h from x509_crt.h --- include/mbedtls/x509_crt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mbedtls/x509_crt.h b/include/mbedtls/x509_crt.h index cd3be09e0..6983d60e8 100644 --- a/include/mbedtls/x509_crt.h +++ b/include/mbedtls/x509_crt.h @@ -32,6 +32,7 @@ #include "x509.h" #include "x509_crl.h" +#include "bignum.h" /** * \addtogroup x509_module