mirror of
https://github.com/curl/curl.git
synced 2026-05-14 03:06:20 +03:00
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:
parent
16c01bc5a5
commit
df66c7c5ba
1 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue