diff options
Diffstat (limited to 'libbb/hash_md5_sha_x86-64.S')
-rw-r--r-- | libbb/hash_md5_sha_x86-64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/hash_md5_sha_x86-64.S b/libbb/hash_md5_sha_x86-64.S index 743269d98..47ace60de 100644 --- a/libbb/hash_md5_sha_x86-64.S +++ b/libbb/hash_md5_sha_x86-64.S | |||
@@ -1394,7 +1394,7 @@ sha1_process_block64: | |||
1394 | .size sha1_process_block64, .-sha1_process_block64 | 1394 | .size sha1_process_block64, .-sha1_process_block64 |
1395 | 1395 | ||
1396 | .section .rodata.cst16.sha1const, "aM", @progbits, 16 | 1396 | .section .rodata.cst16.sha1const, "aM", @progbits, 16 |
1397 | .align 16 | 1397 | .balign 16 |
1398 | rconst0x5A827999: | 1398 | rconst0x5A827999: |
1399 | .long 0x5A827999 | 1399 | .long 0x5A827999 |
1400 | .long 0x5A827999 | 1400 | .long 0x5A827999 |