From df66c7c5ba8f742546bf2f08fedab48e711c38ee Mon Sep 17 00:00:00 2001 From: MAntoniak <47522782+MAntoniak@users.noreply.github.com> Date: Fri, 28 Jan 2022 13:45:30 +0100 Subject: [PATCH] mbedtls: remove #include 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 --- lib/vtls/mbedtls.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 423959f3bf..4a5860892d 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -41,9 +41,6 @@ #include #endif #include -#if MBEDTLS_VERSION_NUMBER < 0x03000000 -#include -#endif #include #include -- 2.47.3