diff options
Diffstat (limited to 'src/lib/libcrypto/des')
-rw-r--r-- | src/lib/libcrypto/des/asm/des_enc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/des/asm/des_enc.m4 b/src/lib/libcrypto/des/asm/des_enc.m4 index 3280595478..68c162e5d8 100644 --- a/src/lib/libcrypto/des/asm/des_enc.m4 +++ b/src/lib/libcrypto/des/asm/des_enc.m4 | |||
@@ -1536,7 +1536,7 @@ DES_ncbc_encrypt: | |||
1536 | xor global4, local1, out5 ! iv xor next block | 1536 | xor global4, local1, out5 ! iv xor next block |
1537 | 1537 | ||
1538 | ba .ncbc.enc.next.block_2 | 1538 | ba .ncbc.enc.next.block_2 |
1539 | add in1, 8, in1 ! output adress | 1539 | add in1, 8, in1 ! output address |
1540 | 1540 | ||
1541 | .ncbc.enc.next.block_fp: | 1541 | .ncbc.enc.next.block_fp: |
1542 | 1542 | ||