1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +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

@@ -29,7 +29,7 @@
#include "mbedtls/cipher_internal.h"
#include "mbedtls/platform_util.h"
#include "mbedtls/error.h"
#include "constant_time.h"
#include "mbedtls/constant_time.h"
#include <stdlib.h>
#include <string.h>