mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
Fix copypasta
This commit is contained in:
parent
013f5474cf
commit
094dac1d12
@ -1434,7 +1434,7 @@ psa_status_t psa_export_public_key( psa_key_handle_t handle,
|
||||
static_assert( ( MBEDTLS_PSA_KA_MASK_EXTERNAL_ONLY & MBEDTLS_PSA_KA_MASK_DUAL_USE ) == 0,
|
||||
"One or more key attribute flag is listed as both external-only and dual-use" );
|
||||
static_assert( ( PSA_KA_MASK_INTERNAL_ONLY & MBEDTLS_PSA_KA_MASK_DUAL_USE ) == 0,
|
||||
"One or more key attribute flag is listed as both external-only and dual-use" );
|
||||
"One or more key attribute flag is listed as both internal-only and dual-use" );
|
||||
static_assert( ( PSA_KA_MASK_INTERNAL_ONLY & MBEDTLS_PSA_KA_MASK_EXTERNAL_ONLY ) == 0,
|
||||
"One or more key attribute flag is listed as both internal-only and external-only" );
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user