mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-22 09:40:09 +00:00
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
@ -23,6 +23,8 @@ Bugfix
|
|||||||
GCM and CCM were not affected. Fixed by Jack Lloyd.
|
GCM and CCM were not affected. Fixed by Jack Lloyd.
|
||||||
* Fix incorrect default port number in ssl_mail_client example's usage.
|
* Fix incorrect default port number in ssl_mail_client example's usage.
|
||||||
Found and fixed by irwir. #2337
|
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
|
Changes
|
||||||
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
||||||
|
@ -81,6 +81,7 @@
|
|||||||
#include "mbedtls/platform_time.h"
|
#include "mbedtls/platform_time.h"
|
||||||
#include "mbedtls/platform_util.h"
|
#include "mbedtls/platform_util.h"
|
||||||
#include "mbedtls/poly1305.h"
|
#include "mbedtls/poly1305.h"
|
||||||
|
#include "mbedtls/psa_util.h"
|
||||||
#include "mbedtls/ripemd160.h"
|
#include "mbedtls/ripemd160.h"
|
||||||
#include "mbedtls/rsa.h"
|
#include "mbedtls/rsa.h"
|
||||||
#include "mbedtls/rsa_internal.h"
|
#include "mbedtls/rsa_internal.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user