summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2022-12-22 21:05:48 +0000
committerschwarze <>2022-12-22 21:05:48 +0000
commitd188b904394536ff6d852f678e9ce26d052d9795 (patch)
tree6df52fba9f55fc1b517b9ead69f6ef678ba554d8 /src/lib/libcrypto/man/Makefile
parentaf463c86562dec5b0e142e1e010ee7d7ef2cb32f (diff)
downloadopenbsd-d188b904394536ff6d852f678e9ce26d052d9795.tar.gz
openbsd-d188b904394536ff6d852f678e9ce26d052d9795.tar.bz2
openbsd-d188b904394536ff6d852f678e9ce26d052d9795.zip
new manual page BIO_accept(3)
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index ea4a90e4d3..b67ae786de 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.240 2022/12/18 19:35:36 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.241 2022/12/22 21:05:48 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -35,6 +35,7 @@ MAN= \
35 AUTHORITY_KEYID_new.3 \ 35 AUTHORITY_KEYID_new.3 \
36 BASIC_CONSTRAINTS_new.3 \ 36 BASIC_CONSTRAINTS_new.3 \
37 BF_set_key.3 \ 37 BF_set_key.3 \
38 BIO_accept.3 \
38 BIO_ctrl.3 \ 39 BIO_ctrl.3 \
39 BIO_dump.3 \ 40 BIO_dump.3 \
40 BIO_dup_chain.3 \ 41 BIO_dup_chain.3 \