1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Delete ssl_invasive.h due to duplicated function declarations

All function declaration provided by ssl_invasive.h is needed only for
testing purposes and all of them are provided by constant_time.h as well.

Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm
2021-09-27 14:36:10 +02:00
parent 1349ffde84
commit 9c1203fd67
3 changed files with 1 additions and 103 deletions

View File

@ -42,8 +42,6 @@
#include "mbedtls/version.h"
#include "constant_time.h"
#include "ssl_invasive.h"
#include <string.h>
#if defined(MBEDTLS_USE_PSA_CRYPTO)