Merge pull request #190 from bensze01/rename-common.h

Adapt to the renaming of common.h
This commit is contained in:
Gilles Peskine
2025-07-30 15:32:08 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -21,7 +21,12 @@
#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C)
#include "mbedtls/memory_buffer_alloc.h"
#endif
#if defined(TF_PSA_CRYPTO_VERSION_NUMBER)
#include "tf_psa_crypto_common.h"
#else
#include "common.h"
#endif
/**
* \brief This macro tests the expression passed to it as a test step or
-1
View File
@@ -34,7 +34,6 @@
#include "test/threading_helpers.h"
#include "test/macros.h"
#include "test/memory.h"
#include "common.h"
#include <stdio.h>
#include <string.h>