A variable is unused in some configurations
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
c24023649e
commit
e13fb810f2
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ psa_status_t test_transparent_export_public_key(
|
||||||
return( PSA_ERROR_INVALID_ARGUMENT );
|
return( PSA_ERROR_INVALID_ARGUMENT );
|
||||||
|
|
||||||
psa_key_type_t keytype = psa_get_key_type( attributes );
|
psa_key_type_t keytype = psa_get_key_type( attributes );
|
||||||
|
(void) keytype;
|
||||||
|
|
||||||
#if defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_ECC_KEY_PAIR) || \
|
#if defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_ECC_KEY_PAIR) || \
|
||||||
defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_ECC_PUBLIC_KEY)
|
defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_ECC_PUBLIC_KEY)
|
||||||
|
|
Loading…
Reference in a new issue