From 71db561c962f800bc50ff5664e5a8146417cea4c Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Thu, 6 Jun 2024 16:25:50 -0500 Subject: [PATCH] wolfcrypt/src/port/riscv/riscv-64-aes.c: fix trailing whitespace. --- wolfcrypt/src/port/riscv/riscv-64-aes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfcrypt/src/port/riscv/riscv-64-aes.c b/wolfcrypt/src/port/riscv/riscv-64-aes.c index 735f5afce..3a8a2bc74 100644 --- a/wolfcrypt/src/port/riscv/riscv-64-aes.c +++ b/wolfcrypt/src/port/riscv/riscv-64-aes.c @@ -1471,7 +1471,7 @@ static void wc_aes_ctr_encrypt_asm(Aes* aes, byte* out, const byte* in, * @param [in] sz Number of bytes to encrypt. * @return 0 on success. * @return BAD_FUNC_ARG when aes, out or in is NULL. - * @return BAD_FUNC_ARG when key size in AES object is not supported. + * @return BAD_FUNC_ARG when key size in AES object is not supported. */ int wc_AesCtrEncrypt(Aes* aes, byte* out, const byte* in, word32 sz) { @@ -4231,7 +4231,7 @@ static WC_INLINE void IncrementAesCounter(byte* inOutCtr) * @param [in] sz Number of bytes to encrypt. * @return 0 on success. * @return BAD_FUNC_ARG when aes, out or in is NULL. - * @return BAD_FUNC_ARG when key size in AES object is not supported. + * @return BAD_FUNC_ARG when key size in AES object is not supported. */ int wc_AesCtrEncrypt(Aes* aes, byte* out, const byte* in, word32 sz) {