diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-20 16:26:41 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-20 16:26:41 +0000 |
commit | eeb8a8a3335d4f6a3157d40708f808ca5e7bdbbb (patch) | |
tree | 28be17d659748466898cb8defc5c5a3034ffbff1 /lib/libcrypto/man/Makefile | |
parent | 06b4214ef2b18634d0a5bb2fd3ac4ddd8cbf4daa (diff) |
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.
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk> @@ -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 \ |