From 2e375830f53b7fc747fe9b37871f1a0a33488f16 Mon Sep 17 00:00:00 2001 From: Nevine Ebeid Date: Mon, 29 Jul 2024 14:28:05 -0400 Subject: [PATCH] Addressing PR comment. --- crypto/fipsmodule/aes/asm/aesni-x86_64.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/fipsmodule/aes/asm/aesni-x86_64.pl b/crypto/fipsmodule/aes/asm/aesni-x86_64.pl index 0e79443d35..9e8804d591 100644 --- a/crypto/fipsmodule/aes/asm/aesni-x86_64.pl +++ b/crypto/fipsmodule/aes/asm/aesni-x86_64.pl @@ -1214,6 +1214,7 @@ sub aesni_generate8 { movb \$1,BORINGSSL_function_hit(%rip) #endif cmp \$1,$len + jb .Lctr32_epilogue # if $len < 1, go to done jne .Lctr32_bulk # handle single block without allocating stack frame, @@ -1234,7 +1235,6 @@ sub aesni_generate8 { .align 16 .Lctr32_bulk: - jb .Lctr32_epilogue # if $len < 1, go to done lea (%rsp),$key_ # use $key_ as frame pointer .cfi_def_cfa_register $key_ push %rbp