commit | e4be8a3bea23b1e97fcdf28a013935e4b5183142 | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Wed Jun 30 10:34:28 2021 +0200 |
committer | gabor-mezei-arm <gabor.mezei@arm.com> | Wed Jun 30 10:34:28 2021 +0200 |
tree | b5939d0610c5a6b0b6ef1271bfe0f6e6b2551070 | |
parent | 05dac4a20b50aea02b8e95817bc796fd06cba756 [diff] |
Remove obsolete comment Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
diff --git a/library/psa_crypto_cipher.c b/library/psa_crypto_cipher.c index 4dd2772..2213ad0 100644 --- a/library/psa_crypto_cipher.c +++ b/library/psa_crypto_cipher.c
@@ -163,8 +163,6 @@ (void)key_buffer_size; - /* Proceed with initializing an mbed TLS cipher context if no driver is - * available for the given algorithm & key. */ mbedtls_cipher_init( &operation->ctx.cipher ); operation->alg = alg;