summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>2002-05-15 03:15:43 +0000
committerderaadt <>2002-05-15 03:15:43 +0000
commit27cff2578b14c704f7c4f7269b20811af6c2683c (patch)
tree381f93c230054c6690b3592171b0310144b46cb8 /src
parentee88258fee16b57068efc3a28990c165fed38df4 (diff)
downloadopenbsd-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.pod2
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>
158word arrays B<r> and B<t>. B<n2> must be a power of 2. It computes 158word arrays B<r> and B<t>. B<n2> must be a power of 2. It computes
159B<a>*B<b> and places the result in B<r>. 159B<a>*B<b> and places the result in B<r>.
160 160
161bn_mul_part_recursive(B<r>, B<a>, B<b>, B<n>, B<tna>, B<tnb, B<tmp>) 161bn_mul_part_recursive(B<r>, B<a>, B<b>, B<n>, B<tna>, B<tnb>, B<tmp>)
162operates on the word arrays B<a> and B<b> of length B<n>+B<tna> and 162operates on the word arrays B<a> and B<b> of length B<n>+B<tna> and
163B<n>+B<tnb> and the 4*B<n> word arrays B<r> and B<tmp>. 163B<n>+B<tnb> and the 4*B<n> word arrays B<r> and B<tmp>.
164 164