diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-17 17:56:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-12-17 17:56:15 +0000 |
commit | d16dddc3950d65d65c6eb4ed706e782b5277d316 (patch) | |
tree | 0e9c073e8e2430c3fa63e651d78f2d9f02e81f2a /lib/libcrypto/man/Makefile | |
parent | 4854dc585dc19eca0af18538501d3b0ba7daa0ae (diff) |
new manual page OBJ_NAME_add(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 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 \ |