diff options
author | 2002-05-15 03:15:43 +0000 | |
---|---|---|
committer | 2002-05-15 03:15:43 +0000 | |
commit | 8f33fb4ac8811117c9a2b483da9675596f0d940a (patch) | |
tree | 7d9ad8da91c8d555eef37a99dd84e7b0b785a794 /lib/libssl/src/doc/crypto | |
parent | basic change to make kerbV build with OpenSSL 0.9.7 - (diff) | |
download | wireguard-openbsd-8f33fb4ac8811117c9a2b483da9675596f0d940a.tar.xz wireguard-openbsd-8f33fb4ac8811117c9a2b483da9675596f0d940a.zip |
god these guys have low quality control
Diffstat (limited to 'lib/libssl/src/doc/crypto')
-rw-r--r-- | lib/libssl/src/doc/crypto/bn_internal.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/crypto/bn_internal.pod b/lib/libssl/src/doc/crypto/bn_internal.pod index d6f3cfe2ee5..9805a7c9f29 100644 --- a/lib/libssl/src/doc/crypto/bn_internal.pod +++ b/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> 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>. |