commit | cfbee27b45d81f784b12fce96888a0b6ae52b4f4 | [log] [tgz] |
---|---|---|
author | Felix Conway <felix.conway@arm.com> | Sat Jun 14 22:13:35 2025 +0100 |
committer | Ari Weiler-Ofek <ariwei01@e134794.arm.com> | Fri Jun 20 11:48:50 2025 +0100 |
tree | 46a0e1937e8344bc3c8cb50767c18f1a0ea21772 | |
parent | b9891f1fd2eb3238fc852cb52c9054c7937e51e1 [diff] |
Add include so psasim files can find new macro Signed-off-by: Felix Conway <felix.conway@arm.com>
diff --git a/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt_decrypt.c b/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt_decrypt.c index 313397b..a8b57c2 100644 --- a/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt_decrypt.c +++ b/tests/psa-client-server/psasim/src/aut_psa_aead_encrypt_decrypt.c
@@ -4,6 +4,7 @@ */ #include "psa/crypto.h" +#include "../tf-psa-crypto/core/common.h" #include <string.h> #include <stdio.h> #include <stdlib.h>
diff --git a/tests/psa-client-server/psasim/src/aut_psa_cipher_encrypt_decrypt.c b/tests/psa-client-server/psasim/src/aut_psa_cipher_encrypt_decrypt.c index 30b6982..25c0b8a 100644 --- a/tests/psa-client-server/psasim/src/aut_psa_cipher_encrypt_decrypt.c +++ b/tests/psa-client-server/psasim/src/aut_psa_cipher_encrypt_decrypt.c
@@ -4,6 +4,7 @@ */ #include "psa/crypto.h" +#include "../tf-psa-crypto/core/common.h" #include <string.h> #include <stdio.h> #include <stdlib.h>