cpp_dummy_build: Add missing header psa_util.h
Add missing header to fix #2579. Change-Id: I038166b826534bac853be34a0281384e26675187
This commit is contained in:
parent
aa3402018e
commit
2ae29ba444
2 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
#include "mbedtls/platform_time.h"
|
||||
#include "mbedtls/platform_util.h"
|
||||
#include "mbedtls/poly1305.h"
|
||||
#include "mbedtls/psa_util.h"
|
||||
#include "mbedtls/ripemd160.h"
|
||||
#include "mbedtls/rsa.h"
|
||||
#include "mbedtls/rsa_internal.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue