summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-17 17:56:15 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-17 17:56:15 +0000
commitd16dddc3950d65d65c6eb4ed706e782b5277d316 (patch)
tree0e9c073e8e2430c3fa63e651d78f2d9f02e81f2a /lib/libcrypto/man/Makefile
parent4854dc585dc19eca0af18538501d3b0ba7daa0ae (diff)
new manual page OBJ_NAME_add(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 9a516403311..9f9b152d124 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.229 2021/12/15 20:07:51 schwarze Exp $
+# $OpenBSD: Makefile,v 1.230 2021/12/17 17:56:14 schwarze Exp $
.include <bsd.own.mk>
@@ -206,6 +206,7 @@ MAN= \
HMAC.3 \
MD5.3 \
NAME_CONSTRAINTS_new.3 \
+ OBJ_NAME_add.3 \
OBJ_create.3 \
OBJ_nid2obj.3 \
OCSP_CRLID_new.3 \