Remove obsolete comment

Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-06-30 10:34:28 +02:00
parent 05dac4a20b
commit e4be8a3bea
No known key found for this signature in database
GPG key ID: 106F5A41ECC305BD

View file

@ -163,8 +163,6 @@ static psa_status_t cipher_setup(
(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;