From 07907ae84e571055bb4aa12e25f22bd144000415 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 9 Feb 2021 13:51:34 +0100 Subject: [PATCH] Add change log entry Signed-off-by: Ronald Cron --- ChangeLog.d/psa-crypto-client.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/psa-crypto-client.txt diff --git a/ChangeLog.d/psa-crypto-client.txt b/ChangeLog.d/psa-crypto-client.txt new file mode 100644 index 000000000..3070ee95b --- /dev/null +++ b/ChangeLog.d/psa-crypto-client.txt @@ -0,0 +1,4 @@ +Changes + * A new library C file psa_crypto_client.c has been created to contain + the PSA code needed by a PSA crypto client when the PSA crypto + implementation is not included into the library.