Update psa_sim_generate.pl to create the psa_sim_crypto_client.c we want

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
Tom Cosgrove 2024-06-18 09:50:25 +01:00 committed by Valerio Setti
parent 2eb8cc7d9d
commit 37610024e9

View File

@ -302,7 +302,7 @@ sub client_calls_header
#include "psa/crypto.h"
#define CLIENT_PRINT(fmt, ...) \
PRINT("Client: " fmt, ##__VA_ARGS__)
INFO("Client: " fmt, ##__VA_ARGS__)
static psa_handle_t handle = -1;