diff options
| author | schwarze <> | 2016-11-28 16:33:48 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-11-28 16:33:48 +0000 |
| commit | 73b7d4e652c0b4c202146042cde610213cb6deb6 (patch) | |
| tree | b4432d5254277778fb343300adaa304b4acbaa07 /src/lib/libcrypto/man/Makefile | |
| parent | 0339461929d35f3b9c067030ce31fe1d956a3513 (diff) | |
| download | openbsd-73b7d4e652c0b4c202146042cde610213cb6deb6.tar.gz openbsd-73b7d4e652c0b4c202146042cde610213cb6deb6.tar.bz2 openbsd-73b7d4e652c0b4c202146042cde610213cb6deb6.zip | |
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.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.56 2016/11/27 20:40:07 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.57 2016/11/28 16:33:48 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -131,6 +131,7 @@ MAN= \ | |||
| 131 | OPENSSL_VERSION_NUMBER.3 \ | 131 | OPENSSL_VERSION_NUMBER.3 \ |
| 132 | OPENSSL_config.3 \ | 132 | OPENSSL_config.3 \ |
| 133 | OPENSSL_load_builtin_modules.3 \ | 133 | OPENSSL_load_builtin_modules.3 \ |
| 134 | OPENSSL_malloc.3 \ | ||
| 134 | OpenSSL_add_all_algorithms.3 \ | 135 | OpenSSL_add_all_algorithms.3 \ |
| 135 | PEM_read_bio_PrivateKey.3 \ | 136 | PEM_read_bio_PrivateKey.3 \ |
| 136 | PEM_write_bio_PKCS7_stream.3 \ | 137 | PEM_write_bio_PKCS7_stream.3 \ |
