Merge pull request from valeriosetti/issue7964

Remove all internal functions from public headers
This commit is contained in:
Manuel Pégourié-Gonnard 2024-02-05 15:09:15 +00:00 committed by GitHub
commit 32c28cebb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 572 additions and 517 deletions

View file

@ -9,7 +9,7 @@
#if defined(MBEDTLS_SSL_SRV_C) && defined(MBEDTLS_SSL_PROTO_TLS1_3)
#include "mbedtls/debug.h"
#include "debug_internal.h"
#include "mbedtls/error.h"
#include "mbedtls/platform.h"
#include "mbedtls/constant_time.h"