mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 09:55:46 +01:00
Remove obsolete comment
Removed TBD comment that is no longer relevant since that portion of the code has been updated. Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
parent
9a689844f4
commit
750d0e4b72
@ -273,9 +273,6 @@ static psa_status_t get_expected_key_size( const psa_key_attributes_t *attribute
|
||||
|
||||
#if defined(PSA_CRYPTO_DRIVER_TEST)
|
||||
case PSA_CRYPTO_TEST_DRIVER_LIFETIME:
|
||||
/* TBD: opaque driver support: need to calculate size through a
|
||||
* driver-defined size function, since the size of an opaque (wrapped)
|
||||
* key will be different for each implementation. */
|
||||
#ifdef TEST_KEY_CONTEXT_SIZE_FUNCTION
|
||||
*expected_size = test_size_function( key_type, key_bits );
|
||||
return( PSA_SUCCESS );
|
||||
|
Loading…
Reference in New Issue
Block a user