1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Delete base64_invasive.h due to functions are moved to the constant-time module

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2021-11-18 16:57:00 +01:00
parent 358829abc9
commit d77b86cc5b
3 changed files with 0 additions and 57 deletions

View File

@ -22,7 +22,6 @@
#if defined(MBEDTLS_BASE64_C)
#include "mbedtls/base64.h"
#include "base64_invasive.h"
#include "constant_time_internal.h"
#include <stdint.h>