From 750d0e4b72fcd11a2d9c7ef53d57222b2c68886c Mon Sep 17 00:00:00 2001 From: John Durkop Date: Fri, 25 Sep 2020 06:18:33 -0700 Subject: [PATCH] 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 --- library/psa_crypto_driver_wrappers.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/library/psa_crypto_driver_wrappers.c b/library/psa_crypto_driver_wrappers.c index a8dcc064d..262070c6a 100644 --- a/library/psa_crypto_driver_wrappers.c +++ b/library/psa_crypto_driver_wrappers.c @@ -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 );