summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-07-10 15:56:19 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-07-10 15:56:19 +0000
commitd306624a731a7291d07181513005917920a689f9 (patch)
treeebfc0919c234d7cae502226066def854065f7188 /lib/libcrypto/man/Makefile
parentaa6162467533bfa46bbbdccb9f8dc6512f27f3e6 (diff)
new manual page BIO_dump(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile3
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 \