commit | b22b9778c7aeeae70a978819dd401a874c54038c | [log] [tgz] |
---|---|---|
author | Andrzej Kurek <andrzej.kurek@arm.com> | Tue May 30 09:44:20 2023 -0400 |
committer | Andrzej Kurek <andrzej.kurek@arm.com> | Tue Jun 13 05:46:47 2023 -0400 |
tree | 7f8f5f9895e13c75faf365d9eb7ccbb4be7500d7 | |
parent | 1c7a99856f965f3e2049c924446783f1094c75be [diff] |
Move the ARRAY_LENGTH definition to common.h Reuse it in the library and tests. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
diff --git a/tests/src/psa_crypto_helpers.c b/tests/src/psa_crypto_helpers.c index 77c2f89..8f58d4d 100644 --- a/tests/src/psa_crypto_helpers.c +++ b/tests/src/psa_crypto_helpers.c
@@ -24,6 +24,7 @@ #include <test/macros.h> #include <psa_crypto_slot_management.h> #include <test/psa_crypto_helpers.h> +#include "common.h" #if defined(MBEDTLS_PSA_CRYPTO_C)