From 6865ce41ec39dd359558492512500796fc5394dd Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 20 Jul 2023 16:26:40 +0000 Subject: [PATCH] Move get_rfc3526_prime_8192.3 to BN_get_rfc3526_prime_8192.3 This way we will have a manual corresponding to an existing function after the next bump. --- .../{get_rfc3526_prime_8192.3 => BN_get_rfc3526_prime_8192.3} | 4 ++-- lib/libcrypto/man/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename lib/libcrypto/man/{get_rfc3526_prime_8192.3 => BN_get_rfc3526_prime_8192.3} (97%) diff --git a/lib/libcrypto/man/get_rfc3526_prime_8192.3 b/lib/libcrypto/man/BN_get_rfc3526_prime_8192.3 similarity index 97% rename from lib/libcrypto/man/get_rfc3526_prime_8192.3 rename to lib/libcrypto/man/BN_get_rfc3526_prime_8192.3 index 35432873516..abaf80ef202 100644 --- a/lib/libcrypto/man/get_rfc3526_prime_8192.3 +++ b/lib/libcrypto/man/BN_get_rfc3526_prime_8192.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: get_rfc3526_prime_8192.3,v 1.8 2023/07/20 09:38:45 tb Exp $ +.\" $OpenBSD: BN_get_rfc3526_prime_8192.3,v 1.1 2023/07/20 16:26:40 tb Exp $ .\" checked up to: OpenSSL DH_get_1024_160 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" Copyright (c) 2017 Ingo Schwarze @@ -16,7 +16,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .Dd $Mdocdate: July 20 2023 $ -.Dt GET_RFC3526_PRIME_8192 3 +.Dt BN_GET_RFC3526_PRIME_8192 3 .Os .Sh NAME .Nm BN_get_rfc2409_prime_768 , diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 00ac9f4485f..adc54769f55 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.253 2023/07/09 06:45:03 tb Exp $ +# $OpenBSD: Makefile,v 1.254 2023/07/20 16:26:40 tb Exp $ .include @@ -73,6 +73,7 @@ MAN= \ BN_cmp.3 \ BN_copy.3 \ BN_generate_prime.3 \ + BN_get_rfc3526_prime_8192.3 \ BN_kronecker.3 \ BN_mod_inverse.3 \ BN_mod_mul_montgomery.3 \ @@ -417,7 +418,6 @@ MAN= \ d2i_X509_SIG.3 \ des_read_pw.3 \ evp.3 \ - get_rfc3526_prime_8192.3 \ i2a_ASN1_STRING.3 \ i2d_CMS_bio_stream.3 \ i2d_PKCS7_bio_stream.3 \ -- 2.20.1