1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Merge pull request #8429 from gilles-peskine-arm/fix-test_suite_constant_time_hmac-not-executed

Fix test suite never executed due to an undefined symbol
This commit is contained in:
Ronald Cron
2023-11-08 09:05:12 +00:00
committed by GitHub

View File

@@ -4,6 +4,7 @@
#include <mbedtls/md.h>
#include <constant_time_internal.h>
#include "md_psa.h"
#include <ssl_misc.h>
#include <test/constant_flow.h>
/* END_HEADER */