From 02d68b2b8e271dac3027e9a7d941d61d46c78793 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 17 Mar 2021 15:19:43 +0100 Subject: [PATCH] psa: cipher: Fix comment type Signed-off-by: Ronald Cron --- include/psa/crypto_builtin_cipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_builtin_cipher.h b/include/psa/crypto_builtin_cipher.h index 72d3e8d7a5..0fd577af3a 100644 --- a/include/psa/crypto_builtin_cipher.h +++ b/include/psa/crypto_builtin_cipher.h @@ -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;