diff options
author | schwarze <> | 2016-12-22 12:21:19 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-22 12:21:19 +0000 |
commit | 3ccf0a5d710a44100fc8eae7e27c85c86c6f1c5b (patch) | |
tree | ec0ea66ef4b1b5019f0b7ebfaaebd4cf82e6fc2b /src | |
parent | a3f2da1c7417f532b6efe49311deecce739c3016 (diff) | |
download | openbsd-3ccf0a5d710a44100fc8eae7e27c85c86c6f1c5b.tar.gz openbsd-3ccf0a5d710a44100fc8eae7e27c85c86c6f1c5b.tar.bz2 openbsd-3ccf0a5d710a44100fc8eae7e27c85c86c6f1c5b.zip |
Stop installing the bn_dump(3) manual page.
The functions documented there are no longer public.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index ff4607ac3d..6cbab45168 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.85 2016/12/22 12:10:06 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.86 2016/12/22 12:21:19 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -210,7 +210,6 @@ MAN= \ | |||
210 | X509_sign.3 \ | 210 | X509_sign.3 \ |
211 | X509_verify_cert.3 \ | 211 | X509_verify_cert.3 \ |
212 | X509v3_get_ext_by_NID.3 \ | 212 | X509v3_get_ext_by_NID.3 \ |
213 | bn_dump.3 \ | ||
214 | crypto.3 \ | 213 | crypto.3 \ |
215 | d2i_ASN1_OBJECT.3 \ | 214 | d2i_ASN1_OBJECT.3 \ |
216 | d2i_DHparams.3 \ | 215 | d2i_DHparams.3 \ |