mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-18 17:14:12 +03:00
Tidy up header guards
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@@ -11,10 +11,8 @@
|
||||
#include <test/macros.h>
|
||||
#include <test/psa_exercise_key.h>
|
||||
|
||||
#if ((MBEDTLS_VERSION_MAJOR < 4) \
|
||||
&& defined(MBEDTLS_PSA_CRYPTO_C)) \
|
||||
|| (MBEDTLS_VERSION_MAJOR >= 4 \
|
||||
&& defined(MBEDTLS_PSA_CRYPTO_CLIENT))
|
||||
#if (MBEDTLS_VERSION_MAJOR < 4 && defined(MBEDTLS_PSA_CRYPTO_C)) || \
|
||||
(MBEDTLS_VERSION_MAJOR >= 4 && defined(MBEDTLS_PSA_CRYPTO_CLIENT))
|
||||
|
||||
#include <mbedtls/asn1.h>
|
||||
#include <psa/crypto.h>
|
||||
|
||||
Reference in New Issue
Block a user