Remove certs.h

certs.h is not needed in Mbed Crypto. No programs or other library code
use it.
This commit is contained in:
Jaeden Amero 2019-07-04 20:40:36 +01:00
parent 8045cfbaa8
commit b8e4ae18cf
5 changed files with 0 additions and 110 deletions

View file

@ -38,7 +38,6 @@
#include "mbedtls/bn_mul.h"
#include "mbedtls/camellia.h"
#include "mbedtls/ccm.h"
#include "mbedtls/certs.h"
#include "mbedtls/chacha20.h"
#include "mbedtls/chachapoly.h"
#include "mbedtls/check_config.h"