summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/amd64/md5-x86_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/amd64/md5-x86_64.S')
-rw-r--r--secure/lib/libcrypto/amd64/md5-x86_64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/amd64/md5-x86_64.S b/secure/lib/libcrypto/amd64/md5-x86_64.S
index c592dcc..94fb761 100644
--- a/secure/lib/libcrypto/amd64/md5-x86_64.S
+++ b/secure/lib/libcrypto/amd64/md5-x86_64.S
@@ -30,7 +30,7 @@ md5_block_asm_data_order:
cmpq %rdi,%rsi
- je .Lend
+ je .Lend
.Lloop:
@@ -649,7 +649,7 @@ md5_block_asm_data_order:
addq $64,%rsi
cmpq %rdi,%rsi
- jb .Lloop
+ jb .Lloop
.Lend:
OpenPOWER on IntegriCloud