diff options
author | tb <> | 2023-07-26 20:01:04 +0000 |
---|---|---|
committer | tb <> | 2023-07-26 20:01:04 +0000 |
commit | 02dcf97fe6b4150f3dd4ce85e13a39cf5184890a (patch) | |
tree | 94358780ae8935597ed619e9c71bccae32f482e9 /src/lib/libcrypto/man/Makefile | |
parent | ff7ed2e302f257f714c9a35abc90862a1662746c (diff) | |
download | openbsd-02dcf97fe6b4150f3dd4ce85e13a39cf5184890a.tar.gz openbsd-02dcf97fe6b4150f3dd4ce85e13a39cf5184890a.tar.bz2 openbsd-02dcf97fe6b4150f3dd4ce85e13a39cf5184890a.zip |
BIO_f_asn1 and the prefix/suffix API will be removed
Remove their documentation and mark some associated constants as
intentionally undocumented until they will be removed from public
headers.
Diffstat (limited to '')
-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 99e1af1698..669b0c1395 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.256 2023/07/22 06:34:59 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.257 2023/07/26 20:01:04 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -37,7 +37,6 @@ MAN= \ | |||
37 | BIO_ctrl.3 \ | 37 | BIO_ctrl.3 \ |
38 | BIO_dump.3 \ | 38 | BIO_dump.3 \ |
39 | BIO_dup_chain.3 \ | 39 | BIO_dup_chain.3 \ |
40 | BIO_f_asn1.3 \ | ||
41 | BIO_f_base64.3 \ | 40 | BIO_f_base64.3 \ |
42 | BIO_f_buffer.3 \ | 41 | BIO_f_buffer.3 \ |
43 | BIO_f_cipher.3 \ | 42 | BIO_f_cipher.3 \ |