summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_add.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-01-27 02:29:19 +0000
committerRichard Levitte <levitte@openssl.org>2000-01-27 02:29:19 +0000
commitd629757a8429118b7e5c51df3cc74f16b10170a5 (patch)
tree492981b42dd58f89ed1d77a8afd2c2dab377f679 /doc/crypto/BN_add.pod
parentfc58fa8bb8bfd7704079d28c97fccbf875227b83 (diff)
Made link of reference
Diffstat (limited to 'doc/crypto/BN_add.pod')
-rw-r--r--doc/crypto/BN_add.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod
index 16bb5d466a..2f6a3b448f 100644
--- a/doc/crypto/BN_add.pod
+++ b/doc/crypto/BN_add.pod
@@ -40,7 +40,7 @@ B<r> may be the same B<BIGNUM> as B<a> or B<b>.
BN_sub() subtracts B<b> from B<a> and places the result in B<r> (C<r=a-b>).
BN_mul() multiplies B<a> and B<b> and places the result in B<r> (C<r=a*b>).
-For multiplication by powers of 2, use BN_lshift(3).
+For multiplication by powers of 2, use L<BN_lshift(3)|BN_lshift(3)>.
BN_div() divides B<a> by B<d> and places the result in B<dv> and the
remainder in B<rem> (C<dv=a/d, rem=a%d>). Either of B<dv> and B<rem> may