From bb6bc3fa4ce440570e2d2e8ecbe2a84f0e5f7033 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 10 Dec 2016 21:17:09 +0000 Subject: 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. --- src/lib/libcrypto/man/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.68 2016/12/06 12:54:19 schwarze Exp $ +# $OpenBSD: Makefile,v 1.69 2016/12/10 21:17:09 schwarze Exp $ .include @@ -197,7 +197,6 @@ MAN= \ X509_sign.3 \ X509_verify_cert.3 \ X509v3_get_ext_by_NID.3 \ - bn.3 \ bn_dump.3 \ crypto.3 \ d2i_ASN1_OBJECT.3 \ -- cgit v1.2.3-55-g6feb