From 73b7d4e652c0b4c202146042cde610213cb6deb6 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 28 Nov 2016 16:33:48 +0000 Subject: Document and discourage those wrappers that we have and that OpenSSL documents, too. There are many additional undocumented ones in our public OpenSSL headers, but advertising those would be a bad idea. Nothing of the text from OPENSSL_malloc.pod remains, so use my own Copyright and license. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index a1cc37cb35..fc9f62bd06 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2016/11/27 20:40:07 schwarze Exp $ +# $OpenBSD: Makefile,v 1.57 2016/11/28 16:33:48 schwarze Exp $ .include @@ -131,6 +131,7 @@ MAN= \ OPENSSL_VERSION_NUMBER.3 \ OPENSSL_config.3 \ OPENSSL_load_builtin_modules.3 \ + OPENSSL_malloc.3 \ OpenSSL_add_all_algorithms.3 \ PEM_read_bio_PrivateKey.3 \ PEM_write_bio_PKCS7_stream.3 \ -- cgit v1.2.3-55-g6feb