cpp_dummy_build: Add missing header psa_util.h

Add missing header to fix #2579.

Change-Id: I038166b826534bac853be34a0281384e26675187
This commit is contained in:
Peter Kolbus 2019-04-14 14:01:13 -05:00
parent aa3402018e
commit 2ae29ba444
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,8 @@ Bugfix
GCM and CCM were not affected. Fixed by Jack Lloyd.
* Fix incorrect default port number in ssl_mail_client example's usage.
Found and fixed by irwir. #2337
* Add psa_util.h to test/cpp_dummy_build to fix build_default_make_gcc_and_cxx.
Fixed by Peter Kolbus (Garmin). #2579
Changes
* Server's RSA certificate in certs.c was SHA-1 signed. In the default

View file

@ -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"