mbedtls: Update to upstream version 2.28.2

This commit is contained in:
Rémi Verschelde
2022-12-21 12:05:54 +01:00
parent 63f95c0e58
commit 6e65244b6b
83 changed files with 672 additions and 726 deletions

View File

@@ -28,14 +28,7 @@
#include <string.h>
#if defined(MBEDTLS_SELF_TEST)
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"
#else
#include <stdio.h>
#define mbedtls_printf printf
#endif /* MBEDTLS_PLATFORM_C */
#endif /* MBEDTLS_SELF_TEST */
#if !defined(MBEDTLS_CHACHAPOLY_ALT)