psa: cipher: Fix comment type

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2021-03-17 15:19:43 +01:00
parent 75e6ae25ef
commit 02d68b2b8e

View file

@ -37,7 +37,7 @@
#endif
typedef struct {
/** Context structure for the Mbed TLS cipher implementation. */
/* Context structure for the Mbed TLS cipher implementation. */
psa_algorithm_t alg;
uint8_t iv_size;
uint8_t block_size;