From a9f80214e7859e1d4188ac25022061e76dc2dac7 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 20 Jul 2023 09:38:45 +0000 Subject: Remove get_rfc*_prime_* documentation Their BN_get_rfc*_prime_* aliases from the OpenSSL 1.1 API will remain. Perhaps the manual should be moved to BN_get_rfc3526_prime_8192.3; that can be done in a second step. --- src/lib/libcrypto/man/BN_new.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/BN_new.3') diff --git a/src/lib/libcrypto/man/BN_new.3 b/src/lib/libcrypto/man/BN_new.3 index 3a3e98379f..df519c5218 100644 --- a/src/lib/libcrypto/man/BN_new.3 +++ b/src/lib/libcrypto/man/BN_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_new.3,v 1.28 2023/07/09 06:45:03 tb Exp $ +.\" $OpenBSD: BN_new.3,v 1.29 2023/07/20 09:38:45 tb Exp $ .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 9 2023 $ +.Dd $Mdocdate: July 20 2023 $ .Dt BN_NEW 3 .Os .Sh NAME @@ -155,7 +155,7 @@ and sets an error code that can be obtained by .Xr BN_swap 3 , .Xr BN_zero 3 , .Xr crypto 3 , -.Xr get_rfc3526_prime_8192 3 +.Xr BN_get_rfc3526_prime_8192 3 .Sh HISTORY .Fn BN_new , .Fn BN_clear , -- cgit v1.2.3-55-g6feb