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