mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
psa: cipher: Fix comment type
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user