diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-07-10 15:56:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-07-10 15:56:19 +0000 |
commit | d306624a731a7291d07181513005917920a689f9 (patch) | |
tree | ebfc0919c234d7cae502226066def854065f7188 /lib/libcrypto/man/Makefile | |
parent | aa6162467533bfa46bbbdccb9f8dc6512f27f3e6 (diff) |
new manual page BIO_dump(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 bf76a1ce745..46a7d3beb23 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.175 2021/07/09 12:07:27 schwarze Exp $ +# $OpenBSD: Makefile,v 1.176 2021/07/10 15:56:18 schwarze Exp $ .include <bsd.own.mk> @@ -22,6 +22,7 @@ MAN= \ BASIC_CONSTRAINTS_new.3 \ BF_set_key.3 \ BIO_ctrl.3 \ + BIO_dump.3 \ BIO_f_base64.3 \ BIO_f_buffer.3 \ BIO_f_cipher.3 \ |