mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-30 10:45:34 +03:00 
			
		
		
		
	Fix include for tf-psa-crypto tests
This commit replaces #includes "error.h" with #include "error_common.h" since error.h no longer exists in tf-psa-crypto. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| /* BEGIN_HEADER */ | /* BEGIN_HEADER */ | ||||||
| #include "mbedtls/dhm.h" | #include "mbedtls/dhm.h" | ||||||
| #include "mbedtls/error.h" | #include "mbedtls/error_common.h" | ||||||
|  |  | ||||||
| static int check_get_value(const mbedtls_dhm_context *ctx, | static int check_get_value(const mbedtls_dhm_context *ctx, | ||||||
|                            mbedtls_dhm_parameter param, |                            mbedtls_dhm_parameter param, | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* BEGIN_HEADER */ | /* BEGIN_HEADER */ | ||||||
| #include "mbedtls/error.h" | #include "mbedtls/error_common.h" | ||||||
| #include "mbedtls/pkcs5.h" | #include "mbedtls/pkcs5.h" | ||||||
| #include "mbedtls/cipher.h" | #include "mbedtls/cipher.h" | ||||||
| /* END_HEADER */ | /* END_HEADER */ | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* BEGIN_HEADER */ | /* BEGIN_HEADER */ | ||||||
| #include "mbedtls/error.h" | #include "mbedtls/error_common.h" | ||||||
| #include "mbedtls/pk.h" | #include "mbedtls/pk.h" | ||||||
| #include "mbedtls/pem.h" | #include "mbedtls/pem.h" | ||||||
| #include "mbedtls/oid.h" | #include "mbedtls/oid.h" | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
| #if defined(MBEDTLS_PSA_ITS_FILE_C) | #if defined(MBEDTLS_PSA_ITS_FILE_C) | ||||||
| #include "psa_crypto_its.h" | #include "psa_crypto_its.h" | ||||||
| #else /* Native ITS implementation */ | #else /* Native ITS implementation */ | ||||||
| #include "psa/error.h" | #include "psa/error_common.h" | ||||||
| #include "psa/internal_trusted_storage.h" | #include "psa/internal_trusted_storage.h" | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* BEGIN_HEADER */ | /* BEGIN_HEADER */ | ||||||
| #include "mbedtls/error.h" | #include "mbedtls/error_common.h" | ||||||
| #include "mbedtls/rsa.h" | #include "mbedtls/rsa.h" | ||||||
| #include "bignum_core.h" | #include "bignum_core.h" | ||||||
| #include "rsa_alt_helpers.h" | #include "rsa_alt_helpers.h" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user