From a3fad2af91da39e2a4bdaf528bcfb2a94c4dd67c Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Tue, 31 Mar 2026 09:35:43 -0500 Subject: [PATCH] Fix feedback from review --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 70a7f42569..f602903a53 100644 --- a/src/internal.c +++ b/src/internal.c @@ -20720,7 +20720,7 @@ static WC_INLINE int Encrypt(WOLFSSL* ssl, byte* out, const byte* input, #ifdef HAVE_ARIA if (ssl->specs.bulk_cipher_algorithm == wolfssl_aria_gcm) { - /* finalize authentication cipher — wc_AriaEncrypt is + /* finalize authentication cipher -- wc_AriaEncrypt is * stateless, so the explicit IV must always advance */ AeadIncrementExpIV(ssl); if (ssl->encrypt.nonce)