Add missing headers and fix name change issues

This commit is contained in:
Mohammad Azim Khan 2017-06-13 14:55:58 +01:00 committed by Mohammad Azim Khan
parent 1de892b85f
commit cf32c45bfd
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
/* BEGIN_HEADER */
#include "mbedtls/bignum.h"
#include "mbedtls/x509_crt.h"
#include "mbedtls/x509_csr.h"
#include "mbedtls/pem.h"