diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-23 17:41:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-23 17:41:30 +0000 |
commit | 10666c9bee4981983623dcc25420af13c3136667 (patch) | |
tree | d5badf4ef15570597a71a3fb9f3d59244a220358 /lib/libcrypto/man/Makefile | |
parent | a602748f863cf4b12364d46ec9e520f37f9b7447 (diff) |
Write new NAME_CONSTRAINTS_new(3) manual page from scratch.
These functions are listed in <openssl/x509v3.h>
and in OpenSSL doc/man3/X509_dup.pod.
OpenSSL documentation specifies the wrong header file.
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 0aed9e0fadb..e715e8bf2d7 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.93 2016/12/23 17:02:41 schwarze Exp $ +# $OpenBSD: Makefile,v 1.94 2016/12/23 17:41:29 schwarze Exp $ .include <bsd.own.mk> @@ -126,6 +126,7 @@ MAN= \ GENERAL_NAME_new.3 \ HMAC.3 \ MD5.3 \ + NAME_CONSTRAINTS_new.3 \ OBJ_nid2obj.3 \ OCSP_CRLID_new.3 \ OCSP_REQUEST_new.3 \ |