From e4be8a3bea23b1e97fcdf28a013935e4b5183142 Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Wed, 30 Jun 2021 10:34:28 +0200 Subject: [PATCH] Remove obsolete comment Signed-off-by: gabor-mezei-arm --- library/psa_crypto_cipher.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/psa_crypto_cipher.c b/library/psa_crypto_cipher.c index 4dd277209..2213ad0c2 100644 --- a/library/psa_crypto_cipher.c +++ b/library/psa_crypto_cipher.c @@ -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;