summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmcc <>2015-12-24 05:50:16 +0000
committermmcc <>2015-12-24 05:50:16 +0000
commitf622511e72fa38c7966f438ea21b03653fb37df8 (patch)
tree920d7b9360bda0596d65dd20dc8ab0cb29f39539
parent8f57c52be99f456ce0a54bc32950ca38af772970 (diff)
downloadopenbsd-f622511e72fa38c7966f438ea21b03653fb37df8.tar.gz
openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.tar.bz2
openbsd-f622511e72fa38c7966f438ea21b03653fb37df8.zip
More adress -> address
-rw-r--r--src/lib/libcrypto/bn/asm/sparcv8plus.S2
-rw-r--r--src/lib/libcrypto/des/asm/des_enc.m42
-rw-r--r--src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S2
-rw-r--r--src/lib/libssl/src/crypto/des/asm/des_enc.m42
4 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/bn/asm/sparcv8plus.S b/src/lib/libcrypto/bn/asm/sparcv8plus.S
index 608dbe1571..02ad6069c2 100644
--- a/src/lib/libcrypto/bn/asm/sparcv8plus.S
+++ b/src/lib/libcrypto/bn/asm/sparcv8plus.S
@@ -71,7 +71,7 @@
71 * 71 *
72 * Q. 64-bit registers under 32-bit kernels? Didn't you just say it 72 * Q. 64-bit registers under 32-bit kernels? Didn't you just say it
73 * doesn't work? 73 * doesn't work?
74 * A. You can't adress *all* registers as 64-bit wide:-( The catch is 74 * A. You can't address *all* registers as 64-bit wide:-( The catch is
75 * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully 75 * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully
76 * preserved if you're in a leaf function, i.e. such never calling 76 * preserved if you're in a leaf function, i.e. such never calling
77 * any other functions. All functions in this module are leaf and 77 * any other functions. All functions in this module are leaf and
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
diff --git a/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S b/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
index 608dbe1571..02ad6069c2 100644
--- a/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
+++ b/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
@@ -71,7 +71,7 @@
71 * 71 *
72 * Q. 64-bit registers under 32-bit kernels? Didn't you just say it 72 * Q. 64-bit registers under 32-bit kernels? Didn't you just say it
73 * doesn't work? 73 * doesn't work?
74 * A. You can't adress *all* registers as 64-bit wide:-( The catch is 74 * A. You can't address *all* registers as 64-bit wide:-( The catch is
75 * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully 75 * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully
76 * preserved if you're in a leaf function, i.e. such never calling 76 * preserved if you're in a leaf function, i.e. such never calling
77 * any other functions. All functions in this module are leaf and 77 * any other functions. All functions in this module are leaf and
diff --git a/src/lib/libssl/src/crypto/des/asm/des_enc.m4 b/src/lib/libssl/src/crypto/des/asm/des_enc.m4
index 3280595478..68c162e5d8 100644
--- a/src/lib/libssl/src/crypto/des/asm/des_enc.m4
+++ b/src/lib/libssl/src/crypto/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