diff options
author | mmcc <> | 2015-12-24 05:50:16 +0000 |
---|---|---|
committer | mmcc <> | 2015-12-24 05:50:16 +0000 |
commit | f622511e72fa38c7966f438ea21b03653fb37df8 (patch) | |
tree | 920d7b9360bda0596d65dd20dc8ab0cb29f39539 /src/lib/libcrypto/des | |
parent | 8f57c52be99f456ce0a54bc32950ca38af772970 (diff) | |
download | openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.tar.gz openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.tar.bz2 openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.zip |
More adress -> address
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 | ||