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
commit c27a4ce3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 */