projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cdf87f
)
a B< that wasn't properly ended.
author
Richard Levitte
<levitte@openssl.org>
Thu, 30 May 2002 16:55:15 +0000
(16:55 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 30 May 2002 16:55:15 +0000
(16:55 +0000)
doc/crypto/bn_internal.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/bn_internal.pod
b/doc/crypto/bn_internal.pod
index d6f3cfe2ee533e4fbf331dfbb720ee75d6f11887..9805a7c9f298f4b50d7f81f7fe509c5c888572e6 100644
(file)
--- a/
doc/crypto/bn_internal.pod
+++ b/
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>
word arrays B<r> and B<t>. B<n2> must be a power of 2. It computes
B<a>*B<b> and places the result in B<r>.
-bn_mul_part_recursive(B<r>, B<a>, B<b>, B<n>, B<tna>, B<tnb, B<tmp>)
+bn_mul_part_recursive(B<r>, B<a>, B<b>, B<n>, B<tna>, B<tnb
>
, B<tmp>)
operates on the word arrays B<a> and B<b> of length B<n>+B<tna> and
B<n>+B<tnb> and the 4*B<n> word arrays B<r> and B<tmp>.