summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2022-07-13 20:54:40 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2022-07-13 20:54:40 +0000
commit7d189ca3e1d1bba8dad3fe85c6e23abd6eb0e3aa (patch)
treeb26fba88ce50f5a8b716b19429a9fb58ea650ba6 /lib/libcrypto
parent99b06562f84e10a2fc8844c14d32ecea4d8c1897 (diff)
link three new manual pages to the build
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 71c7fa06fc0..88483d2b784 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.233 2022/05/06 07:39:21 tb Exp $
+# $OpenBSD: Makefile,v 1.234 2022/07/13 20:54:39 schwarze Exp $
.include <bsd.own.mk>
@@ -178,6 +178,7 @@ MAN= \
EVP_PKEY_add1_attr.3 \
EVP_PKEY_asn1_get_count.3 \
EVP_PKEY_asn1_new.3 \
+ EVP_PKEY_check.3 \
EVP_PKEY_cmp.3 \
EVP_PKEY_decrypt.3 \
EVP_PKEY_derive.3 \
@@ -190,6 +191,7 @@ MAN= \
EVP_PKEY_print_private.3 \
EVP_PKEY_set1_RSA.3 \
EVP_PKEY_sign.3 \
+ EVP_PKEY_size.3 \
EVP_PKEY_verify.3 \
EVP_PKEY_verify_recover.3 \
EVP_SealInit.3 \
@@ -278,6 +280,7 @@ MAN= \
RSA_print.3 \
RSA_private_encrypt.3 \
RSA_public_encrypt.3 \
+ RSA_security_bits.3 \
RSA_set_method.3 \
RSA_sign.3 \
RSA_sign_ASN1_OCTET_STRING.3 \