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)