Skip to content

Commit a3fad2a

Browse files
committed
Fix feedback from review
1 parent 6495e8e commit a3fad2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20720,7 +20720,7 @@ static WC_INLINE int Encrypt(WOLFSSL* ssl, byte* out, const byte* input,
2072020720
#ifdef HAVE_ARIA
2072120721
if (ssl->specs.bulk_cipher_algorithm == wolfssl_aria_gcm)
2072220722
{
20723-
/* finalize authentication cipher wc_AriaEncrypt is
20723+
/* finalize authentication cipher -- wc_AriaEncrypt is
2072420724
* stateless, so the explicit IV must always advance */
2072520725
AeadIncrementExpIV(ssl);
2072620726
if (ssl->encrypt.nonce)

0 commit comments

Comments
 (0)