From: Bodo Möller Date: Wed, 5 Sep 2001 21:39:39 +0000 (+0000) Subject: Mention DSO_up => DSO_up_ref renaming X-Git-Tag: OpenSSL_0_9_6c~123^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cad81f6fe375bb8563c01e0f051fca115d5f553;p=openssl Mention DSO_up => DSO_up_ref renaming --- 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).