From d629757a8429118b7e5c51df3cc74f16b10170a5 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 27 Jan 2000 02:29:19 +0000 Subject: [PATCH] Made link of reference --- doc/crypto/BN_add.pod | 2 +- doc/crypto/RSA_get_ex_new_index.pod | 2 +- 2 files changed, 2 insertions(+), 2 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 may be the same B as B or B. BN_sub() subtracts B from B and places the result in B (C). BN_mul() multiplies B and B and places the result in B (C). -For multiplication by powers of 2, use BN_lshift(3). +For multiplication by powers of 2, use L. BN_div() divides B by B and places the result in B and the remainder in B (C). Either of B and B may diff --git a/doc/crypto/RSA_get_ex_new_index.pod b/doc/crypto/RSA_get_ex_new_index.pod index 3e2c525901..2d3d0a7390 100644 --- a/doc/crypto/RSA_get_ex_new_index.pod +++ b/doc/crypto/RSA_get_ex_new_index.pod @@ -111,7 +111,7 @@ present in the parent RSA structure when it is called. =head1 SEE ALSO -rsa(3) +L =head1 HISTORY -- 2.25.1