From a86b776f942a26dc851d80dda2dd15844cdc10a7 Mon Sep 17 00:00:00 2001 From: Waleed Elmelegy Date: Fri, 22 Sep 2023 17:44:58 +0100 Subject: [PATCH] Remove invalid comment from mbedtls_cipher_set_padding_mode() Signed-off-by: Waleed Elmelegy --- include/mbedtls/cipher.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mbedtls/cipher.h b/include/mbedtls/cipher.h index 53ef2ad0d..9c8701d38 100644 --- a/include/mbedtls/cipher.h +++ b/include/mbedtls/cipher.h @@ -852,7 +852,6 @@ int mbedtls_cipher_setkey(mbedtls_cipher_context_t *ctx, * \brief This function sets the padding mode, for cipher modes * that use padding. * - * The default passing mode is PKCS7 padding. * * \param ctx The generic cipher context. This must be initialized and * bound to a cipher information structure.