mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:05:40 +01:00
Add missing header to cpp_dummy_build.cpp test
Part of build_default_make_gcc_and_cxx compares the list of headers included by `programs/test/cpp_dummy_build.cpp` and the actual headers present. Add in the missing `mbedtls/psa_config.h` file to this list so that this test passes. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
a7ce0fca59
commit
5fd5747402
@ -44,6 +44,7 @@
|
||||
#include "mbedtls/cipher_internal.h"
|
||||
#include "mbedtls/cmac.h"
|
||||
#include "mbedtls/compat-1.3.h"
|
||||
#include "mbedtls/config_psa.h"
|
||||
#include "mbedtls/ctr_drbg.h"
|
||||
#include "mbedtls/debug.h"
|
||||
#include "mbedtls/des.h"
|
||||
|
Loading…
Reference in New Issue
Block a user