File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1433,7 +1433,7 @@ psa_status_t psa_export_public_key( psa_key_handle_t handle,
1433
1433
static_assert ( ( MBEDTLS_PSA_KA_MASK_EXTERNAL_ONLY & MBEDTLS_PSA_KA_MASK_DUAL_USE ) == 0 ,
1434
1434
"One or more key attribute flag is listed as both external-only and dual-use" );
1435
1435
static_assert ( ( PSA_KA_MASK_INTERNAL_ONLY & MBEDTLS_PSA_KA_MASK_DUAL_USE ) == 0 ,
1436
- "One or more key attribute flag is listed as both external -only and dual-use" );
1436
+ "One or more key attribute flag is listed as both internal -only and dual-use" );
1437
1437
static_assert ( ( PSA_KA_MASK_INTERNAL_ONLY & MBEDTLS_PSA_KA_MASK_EXTERNAL_ONLY ) == 0 ,
1438
1438
"One or more key attribute flag is listed as both internal-only and external-only" );
1439
1439
#endif
You can’t perform that action at this time.
0 commit comments