summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-17 01:23:53 +0000
committerBodo Möller <bodo@openssl.org>2000-09-17 01:23:53 +0000
commit07fcf422a1cb184ceda785e9aaed33c9d354bdcb (patch)
treedf61f772223013590cdcdb6959c6216236c0f0af /CHANGES
parentda542e1bf762507bc6630847e4c3dd18de81359d (diff)
Rename new BIO_set_shutdown_wr macro to just BIO_shutdown_wr
(it's similar to the shutdown(..., SHUT_WR) system call for sockets).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d47658a203..67b0f565d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR
+ BIO_ctrl (for BIO pairs).
+
*) Add DSO method for VMS.
[Richard Levitte]