summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-23 23:19:57 +0000
committerschwarze <>2016-12-23 23:19:57 +0000
commitc705b02744cea9b168f534a419d7d059685da139 (patch)
tree159763a8dccf0bd0726de3613e6cc2a37ff5f030 /src/lib/libcrypto/man/Makefile
parent08fcf28e41cd4bae2eb14becff5b2a423dac9ff0 (diff)
downloadopenbsd-c705b02744cea9b168f534a419d7d059685da139.tar.gz
openbsd-c705b02744cea9b168f534a419d7d059685da139.tar.bz2
openbsd-c705b02744cea9b168f534a419d7d059685da139.zip
Write RFC 3820 manual page PROXY_POLICY_new(3) from scratch.
These four 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 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 065a87b0ee..5f6719c73a 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.97 2016/12/23 22:21:40 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.98 2016/12/23 23:19:57 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -161,6 +161,7 @@ MAN= \
161 PKCS7_verify.3 \ 161 PKCS7_verify.3 \
162 PKCS8_PRIV_KEY_INFO_new.3 \ 162 PKCS8_PRIV_KEY_INFO_new.3 \
163 POLICYINFO_new.3 \ 163 POLICYINFO_new.3 \
164 PROXY_POLICY_new.3 \
164 RAND_add.3 \ 165 RAND_add.3 \
165 RAND_bytes.3 \ 166 RAND_bytes.3 \
166 RAND_load_file.3 \ 167 RAND_load_file.3 \