diff options
author | tb <> | 2023-07-20 16:26:40 +0000 |
---|---|---|
committer | tb <> | 2023-07-20 16:26:40 +0000 |
commit | 7b660744be840ee9a7e28176e6a379962d6e2332 (patch) | |
tree | 4a2e40e4467b1d75e436f18c1cd48218dff69ae8 /src/lib/libcrypto/man/Makefile | |
parent | 104647e1e4926766445c8dcc19264be6b94c7ef1 (diff) | |
download | openbsd-7b660744be840ee9a7e28176e6a379962d6e2332.tar.gz openbsd-7b660744be840ee9a7e28176e6a379962d6e2332.tar.bz2 openbsd-7b660744be840ee9a7e28176e6a379962d6e2332.zip |
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 '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 00ac9f4485..adc54769f5 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.253 2023/07/09 06:45:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.254 2023/07/20 16:26:40 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -73,6 +73,7 @@ MAN= \ | |||
73 | BN_cmp.3 \ | 73 | BN_cmp.3 \ |
74 | BN_copy.3 \ | 74 | BN_copy.3 \ |
75 | BN_generate_prime.3 \ | 75 | BN_generate_prime.3 \ |
76 | BN_get_rfc3526_prime_8192.3 \ | ||
76 | BN_kronecker.3 \ | 77 | BN_kronecker.3 \ |
77 | BN_mod_inverse.3 \ | 78 | BN_mod_inverse.3 \ |
78 | BN_mod_mul_montgomery.3 \ | 79 | BN_mod_mul_montgomery.3 \ |
@@ -417,7 +418,6 @@ MAN= \ | |||
417 | d2i_X509_SIG.3 \ | 418 | d2i_X509_SIG.3 \ |
418 | des_read_pw.3 \ | 419 | des_read_pw.3 \ |
419 | evp.3 \ | 420 | evp.3 \ |
420 | get_rfc3526_prime_8192.3 \ | ||
421 | i2a_ASN1_STRING.3 \ | 421 | i2a_ASN1_STRING.3 \ |
422 | i2d_CMS_bio_stream.3 \ | 422 | i2d_CMS_bio_stream.3 \ |
423 | i2d_PKCS7_bio_stream.3 \ | 423 | i2d_PKCS7_bio_stream.3 \ |