diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-23 18:50:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-23 18:50:24 +0000 |
commit | c50ae5216b3b4d3b19d98c1ff87e07ee52c6bea4 (patch) | |
tree | 87764f59566c9dc77834881d9a78097be88aa64c /lib/libcrypto/man/Makefile | |
parent | 412cd689450ed47fa8f4315546391836556f5642 (diff) |
Write new POLICYINFO_new(3) manual page from scratch; i can't say that
i particularly like these fourteen functions, but they are all 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 e715e8bf2d7..a29fb912ec0 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.94 2016/12/23 17:41:29 schwarze Exp $ +# $OpenBSD: Makefile,v 1.95 2016/12/23 18:50:23 schwarze Exp $ .include <bsd.own.mk> @@ -158,6 +158,7 @@ MAN= \ PKCS7_sign_add_signer.3 \ PKCS7_verify.3 \ PKCS8_PRIV_KEY_INFO_new.3 \ + POLICYINFO_new.3 \ RAND_add.3 \ RAND_bytes.3 \ RAND_load_file.3 \ |