diff options
Diffstat (limited to 'src/lib/libssl/src/doc/crypto/bn_internal.pod')
-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 5af0c791c8..8da244aed4 100644 --- a/src/lib/libssl/src/doc/crypto/bn_internal.pod +++ b/src/lib/libssl/src/doc/crypto/bn_internal.pod | |||
@@ -149,7 +149,7 @@ word array B<a>, the B<nb> word array B<b> and the B<na>+B<nb> word | |||
149 | array B<r>. It computes B<a>*B<b> and places the result in B<r>. | 149 | array B<r>. It computes B<a>*B<b> and places the result in B<r>. |
150 | 150 | ||
151 | bn_mul_low_normal(B<r>, B<a>, B<b>, B<n>) operates on the B<n> word | 151 | bn_mul_low_normal(B<r>, B<a>, B<b>, B<n>) operates on the B<n> word |
152 | arrays B<r>, B<a> und B<b>. It computes the B<n> low words of | 152 | arrays B<r>, B<a> and B<b>. It computes the B<n> low words of |
153 | B<a>*B<b> and places the result in B<r>. | 153 | B<a>*B<b> and places the result in B<r>. |
154 | 154 | ||
155 | bn_mul_recursive(B<r>, B<a>, B<b>, B<n2>, B<t>) operates on the B<n2> | 155 | bn_mul_recursive(B<r>, B<a>, B<b>, B<n2>, B<t>) operates on the B<n2> |