aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-05 21:39:39 +0000
committerBodo Möller <bodo@openssl.org>2001-09-05 21:39:39 +0000
commit3cad81f6fe375bb8563c01e0f051fca115d5f553 (patch)
treeac38a14799fa784466d1d65cc3b5a3219f86c9a5
parent4450107afbce154123fe43bc17cedffdb9d47c60 (diff)
downloadopenssl-3cad81f6fe375bb8563c01e0f051fca115d5f553.tar.gz
Mention DSO_up => DSO_up_ref renaming
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be93638fc0..a1294c5ace 100644
--- a/CHANGES
+++ b/CHANGES
@@ -104,6 +104,8 @@
the operation, and provides a more encapsulated way for external code
(crypto/evp/ and ssl/) to do this. Also changed the evp and ssl code
to use these functions rather than manually incrementing the counts.
+
+ Also rename "DSO_up()" function to more descriptive "DSO_up_ref()".
[Geoff Thorpe]
*) s3_srvr.c: allow sending of large client certificate lists (> 16 kB).