diff options
| author | schwarze <> | 2016-12-10 21:17:09 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-10 21:17:09 +0000 |
| commit | bb6bc3fa4ce440570e2d2e8ecbe2a84f0e5f7033 (patch) | |
| tree | f4257751043a8acf8ab4e72c4d4af1f71916a83c /src/lib/libcrypto/man/Makefile | |
| parent | 14bc249be8db92222ed9b5d6bba0c94e30fae42d (diff) | |
| download | openbsd-bb6bc3fa4ce440570e2d2e8ecbe2a84f0e5f7033.tar.gz openbsd-bb6bc3fa4ce440570e2d2e8ecbe2a84f0e5f7033.tar.bz2 openbsd-bb6bc3fa4ce440570e2d2e8ecbe2a84f0e5f7033.zip | |
Merge bn(3) into BN_new(3).
OpenSSL removed bn(3) without replacement, but the introductory
text does seem helpful, and it is good for a sub-library to have a
central page pointing to all other pages and pointed at from all
other pages of the sub-library.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -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 3878d948e1..e09095dc62 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.68 2016/12/06 12:54:19 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.69 2016/12/10 21:17:09 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -197,7 +197,6 @@ MAN= \ | |||
| 197 | X509_sign.3 \ | 197 | X509_sign.3 \ |
| 198 | X509_verify_cert.3 \ | 198 | X509_verify_cert.3 \ |
| 199 | X509v3_get_ext_by_NID.3 \ | 199 | X509v3_get_ext_by_NID.3 \ |
| 200 | bn.3 \ | ||
| 201 | bn_dump.3 \ | 200 | bn_dump.3 \ |
| 202 | crypto.3 \ | 201 | crypto.3 \ |
| 203 | d2i_ASN1_OBJECT.3 \ | 202 | d2i_ASN1_OBJECT.3 \ |
