Merge pull request #8077 from davidhorstmann-arm/remove-unnecessary-ct-include

Tidying: Remove unnecessary include from constant_time.c
This commit is contained in:
Dave Rodgman 2023-08-15 17:32:11 +00:00 committed by GitHub
commit 5d396327a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,6 @@
#include "mbedtls/error.h"
#include "mbedtls/platform_util.h"
#include "../tests/include/test/constant_flow.h"
#include <string.h>
#if defined(MBEDTLS_USE_PSA_CRYPTO) && defined(MBEDTLS_SSL_SOME_SUITES_USE_MAC)