diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-18 19:35:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-18 19:35:37 +0000 |
commit | 7c1544ffb2aac24bb09e4ffafc49a877db5e33a5 (patch) | |
tree | 113badbbac3b5a0c607b58cced43e308869141e0 /lib/libcrypto/man/Makefile | |
parent | b0d399139c4b1ef99df70b2f7d96ba4c983a966e (diff) |
new manual page BIO_dup_chain(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 12e4212215d..ea4a90e4d32 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.239 2022/12/14 20:27:28 schwarze Exp $ +# $OpenBSD: Makefile,v 1.240 2022/12/18 19:35:36 schwarze Exp $ .include <bsd.own.mk> @@ -37,6 +37,7 @@ MAN= \ BF_set_key.3 \ BIO_ctrl.3 \ BIO_dump.3 \ + BIO_dup_chain.3 \ BIO_f_asn1.3 \ BIO_f_base64.3 \ BIO_f_buffer.3 \ |