mbedTLS: Update to version 3.6.5

This commit is contained in:
Rémi Verschelde 2025-10-20 13:55:44 +02:00
parent 7864ac8019
commit 9de2837cd5
No known key found for this signature in database
GPG key ID: C3336907360768E1
29 changed files with 1019 additions and 381 deletions

View file

@ -17,7 +17,7 @@
#if defined(MBEDTLS_THREADING_C)
#include "mbedtls/threading.h"
#include "threading_internal.h"
#if defined(MBEDTLS_HAVE_TIME_DATE) && !defined(MBEDTLS_PLATFORM_GMTIME_R_ALT)