diff options
author | schwarze <> | 2022-07-13 20:54:39 +0000 |
---|---|---|
committer | schwarze <> | 2022-07-13 20:54:39 +0000 |
commit | 5ce0e2f73b6896dab560f31b71a232221d72e27a (patch) | |
tree | a7bde7b925b2c7d5a57ab9d2e772bd05393f4a2d /src | |
parent | a14b86f188310e350667ea7b36269c09ff77f44a (diff) | |
download | openbsd-5ce0e2f73b6896dab560f31b71a232221d72e27a.tar.gz openbsd-5ce0e2f73b6896dab560f31b71a232221d72e27a.tar.bz2 openbsd-5ce0e2f73b6896dab560f31b71a232221d72e27a.zip |
link three new manual pages to the build
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 71c7fa06fc..88483d2b78 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.233 2022/05/06 07:39:21 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.234 2022/07/13 20:54:39 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -178,6 +178,7 @@ MAN= \ | |||
178 | EVP_PKEY_add1_attr.3 \ | 178 | EVP_PKEY_add1_attr.3 \ |
179 | EVP_PKEY_asn1_get_count.3 \ | 179 | EVP_PKEY_asn1_get_count.3 \ |
180 | EVP_PKEY_asn1_new.3 \ | 180 | EVP_PKEY_asn1_new.3 \ |
181 | EVP_PKEY_check.3 \ | ||
181 | EVP_PKEY_cmp.3 \ | 182 | EVP_PKEY_cmp.3 \ |
182 | EVP_PKEY_decrypt.3 \ | 183 | EVP_PKEY_decrypt.3 \ |
183 | EVP_PKEY_derive.3 \ | 184 | EVP_PKEY_derive.3 \ |
@@ -190,6 +191,7 @@ MAN= \ | |||
190 | EVP_PKEY_print_private.3 \ | 191 | EVP_PKEY_print_private.3 \ |
191 | EVP_PKEY_set1_RSA.3 \ | 192 | EVP_PKEY_set1_RSA.3 \ |
192 | EVP_PKEY_sign.3 \ | 193 | EVP_PKEY_sign.3 \ |
194 | EVP_PKEY_size.3 \ | ||
193 | EVP_PKEY_verify.3 \ | 195 | EVP_PKEY_verify.3 \ |
194 | EVP_PKEY_verify_recover.3 \ | 196 | EVP_PKEY_verify_recover.3 \ |
195 | EVP_SealInit.3 \ | 197 | EVP_SealInit.3 \ |
@@ -278,6 +280,7 @@ MAN= \ | |||
278 | RSA_print.3 \ | 280 | RSA_print.3 \ |
279 | RSA_private_encrypt.3 \ | 281 | RSA_private_encrypt.3 \ |
280 | RSA_public_encrypt.3 \ | 282 | RSA_public_encrypt.3 \ |
283 | RSA_security_bits.3 \ | ||
281 | RSA_set_method.3 \ | 284 | RSA_set_method.3 \ |
282 | RSA_sign.3 \ | 285 | RSA_sign.3 \ |
283 | RSA_sign_ASN1_OCTET_STRING.3 \ | 286 | RSA_sign_ASN1_OCTET_STRING.3 \ |