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/BIO_new.3 | |
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 'src/lib/libcrypto/man/BIO_new.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_new.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3 index bce804131e..f97a314826 100644 --- a/src/lib/libcrypto/man/BIO_new.3 +++ b/src/lib/libcrypto/man/BIO_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_new.3,v 1.27 2023/07/21 04:50:47 tb Exp $ | 1 | .\" $OpenBSD: BIO_new.3,v 1.28 2023/07/26 20:01:04 tb Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 | 3 | .\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 |
4 | .\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 | 4 | .\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 |
@@ -52,7 +52,7 @@ | |||
52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
54 | .\" | 54 | .\" |
55 | .Dd $Mdocdate: July 21 2023 $ | 55 | .Dd $Mdocdate: July 26 2023 $ |
56 | .Dt BIO_NEW 3 | 56 | .Dt BIO_NEW 3 |
57 | .Os | 57 | .Os |
58 | .Sh NAME | 58 | .Sh NAME |
@@ -232,7 +232,6 @@ Create a memory BIO: | |||
232 | .Xr BIO_ctrl 3 , | 232 | .Xr BIO_ctrl 3 , |
233 | .Xr BIO_dump 3 , | 233 | .Xr BIO_dump 3 , |
234 | .Xr BIO_dup_chain 3 , | 234 | .Xr BIO_dup_chain 3 , |
235 | .Xr BIO_f_asn1 3 , | ||
236 | .Xr BIO_f_base64 3 , | 235 | .Xr BIO_f_base64 3 , |
237 | .Xr BIO_f_buffer 3 , | 236 | .Xr BIO_f_buffer 3 , |
238 | .Xr BIO_f_cipher 3 , | 237 | .Xr BIO_f_cipher 3 , |