1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +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 <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm
2021-09-27 14:36:10 +02:00
committed by Gabor Mezei
parent cb4317b723
commit 6e4ace6b40
3 changed files with 1 additions and 103 deletions

View File

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