mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
ssl_client2, ssl_server2: add check for psa memory leaks
Signed-off-by: Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
f660c7c923
commit
fed825a9aa
3 changed files with 27 additions and 0 deletions
|
|
@ -28,7 +28,9 @@
|
|||
#include "test/psa_helpers.h"
|
||||
|
||||
#include <psa/crypto.h>
|
||||
#if !defined(SKIP_LIBRARY_HEADERS)
|
||||
#include <psa_crypto_slot_management.h>
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||
#include "mbedtls/psa_util.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue