diff options
Diffstat (limited to 'src/lib')
-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 | ||