1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Move mbedtls_cf_memcmp to a new public header

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2021-10-19 12:22:25 +02:00
parent 6e0e990544
commit e24dea8225
11 changed files with 56 additions and 24 deletions

View File

@ -35,6 +35,7 @@
#include "mbedtls/error.h"
#include "mbedtls/platform_util.h"
#include "constant_time.h"
#include "mbedtls/constant_time.h"
#include <string.h>