summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-15 20:07:52 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-15 20:07:52 +0000
commit764cf2c7715b685f8c823c4273824c376fa43341 (patch)
treed4157fa9b4fb436ff73d7d19c727bbe5cfcb60fe /lib/libcrypto/man/Makefile
parent04325d540c74f28078707378a15fd3643cc9a049 (diff)
Move OBJ_create(3) into its own manual page
because OBJ_nid2obj(3) is already long and more functions related to OBJ_create(3) have to be documented.
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 2986652b794..9a516403311 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.228 2021/12/14 15:22:49 schwarze Exp $
+# $OpenBSD: Makefile,v 1.229 2021/12/15 20:07:51 schwarze Exp $
.include <bsd.own.mk>
@@ -206,6 +206,7 @@ MAN= \
HMAC.3 \
MD5.3 \
NAME_CONSTRAINTS_new.3 \
+ OBJ_create.3 \
OBJ_nid2obj.3 \
OCSP_CRLID_new.3 \
OCSP_REQUEST_new.3 \