mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-26 01:55:27 +00:00
psa: cipher: Fix comment type
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
75e6ae25ef
commit
02d68b2b8e
|
@ -37,7 +37,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/** Context structure for the Mbed TLS cipher implementation. */
|
/* Context structure for the Mbed TLS cipher implementation. */
|
||||||
psa_algorithm_t alg;
|
psa_algorithm_t alg;
|
||||||
uint8_t iv_size;
|
uint8_t iv_size;
|
||||||
uint8_t block_size;
|
uint8_t block_size;
|
||||||
|
|
Loading…
Reference in a new issue