diff options
author | deraadt <> | 2002-05-15 03:15:43 +0000 |
---|---|---|
committer | deraadt <> | 2002-05-15 03:15:43 +0000 |
commit | 27cff2578b14c704f7c4f7269b20811af6c2683c (patch) | |
tree | 381f93c230054c6690b3592171b0310144b46cb8 /src | |
parent | ee88258fee16b57068efc3a28990c165fed38df4 (diff) | |
download | openbsd-27cff2578b14c704f7c4f7269b20811af6c2683c.tar.gz openbsd-27cff2578b14c704f7c4f7269b20811af6c2683c.tar.bz2 openbsd-27cff2578b14c704f7c4f7269b20811af6c2683c.zip |
god these guys have low quality control
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/doc/crypto/bn_internal.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/crypto/bn_internal.pod b/src/lib/libssl/src/doc/crypto/bn_internal.pod index d6f3cfe2ee..9805a7c9f2 100644 --- a/src/lib/libssl/src/doc/crypto/bn_internal.pod +++ b/src/lib/libssl/src/doc/crypto/bn_internal.pod | |||
@@ -158,7 +158,7 @@ on the word arrays B<a> and B<b> of length B<n2>+B<dna> and B<n2>+B<dnb> | |||
158 | word arrays B<r> and B<t>. B<n2> must be a power of 2. It computes | 158 | word arrays B<r> and B<t>. B<n2> must be a power of 2. It computes |
159 | B<a>*B<b> and places the result in B<r>. | 159 | B<a>*B<b> and places the result in B<r>. |
160 | 160 | ||
161 | bn_mul_part_recursive(B<r>, B<a>, B<b>, B<n>, B<tna>, B<tnb, B<tmp>) | 161 | bn_mul_part_recursive(B<r>, B<a>, B<b>, B<n>, B<tna>, B<tnb>, B<tmp>) |
162 | operates on the word arrays B<a> and B<b> of length B<n>+B<tna> and | 162 | operates on the word arrays B<a> and B<b> of length B<n>+B<tna> and |
163 | B<n>+B<tnb> and the 4*B<n> word arrays B<r> and B<tmp>. | 163 | B<n>+B<tnb> and the 4*B<n> word arrays B<r> and B<tmp>. |
164 | 164 | ||