mbedtls: remove #include <mbedtls/certs.h>

mbedtls/certs.h file contains only certificates example (all definitions
is beginning by mbedtls_test_*). None of them is used so we can avoid
include the file.

Closes #8343
This commit is contained in:
MAntoniak 2022-01-28 13:45:30 +01:00 committed by Daniel Stenberg
parent 16c01bc5a5
commit df66c7c5ba
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -41,9 +41,6 @@
#include <mbedtls/net.h>
#endif
#include <mbedtls/ssl.h>
#if MBEDTLS_VERSION_NUMBER < 0x03000000
#include <mbedtls/certs.h>
#endif
#include <mbedtls/x509.h>
#include <mbedtls/error.h>