From d6f673d710ea9db7d972c2a582a4ea0bbc1ead2c Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Mon, 7 Jun 2021 12:49:55 +0200 Subject: [PATCH] Remove outdated note about multiple calls to cipher update for associated data. Signed-off-by: Mateusz Starzyk --- include/mbedtls/cipher.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/mbedtls/cipher.h b/include/mbedtls/cipher.h index 25e1d8d678..4989da7b58 100644 --- a/include/mbedtls/cipher.h +++ b/include/mbedtls/cipher.h @@ -732,8 +732,6 @@ int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx ); /** * \brief This function adds additional data for AEAD ciphers. * Currently supported with GCM and ChaCha20+Poly1305. - * This must be called exactly once, after - * mbedtls_cipher_reset(). * * \param ctx The generic cipher context. This must be initialized. * \param ad The additional data to use. This must be a readable