diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-22 21:05:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-22 21:05:49 +0000 |
commit | 28a8497245c1b25dcc44566e85834b9b5ea557e1 (patch) | |
tree | 44461d32e32a699ed3ffc015fe1725afe282148d /lib/libcrypto/man/Makefile | |
parent | 14a136a77230881d7be772b53e88e444be06844c (diff) |
new manual page BIO_accept(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index ea4a90e4d32..b67ae786de5 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.240 2022/12/18 19:35:36 schwarze Exp $ +# $OpenBSD: Makefile,v 1.241 2022/12/22 21:05:48 schwarze Exp $ .include <bsd.own.mk> @@ -35,6 +35,7 @@ MAN= \ AUTHORITY_KEYID_new.3 \ BASIC_CONSTRAINTS_new.3 \ BF_set_key.3 \ + BIO_accept.3 \ BIO_ctrl.3 \ BIO_dump.3 \ BIO_dup_chain.3 \ |