X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=aa62657c18e757df6515cccc9a2d52816a2171d7;hp=dbd759d421c4feedf1b66efc6bc75e6ef5740975;hb=de73e397f86c578ee514816ca1a312689a89686f;hpb=cbfa4c32c011e3f5fe805416c413a5296461b44f diff --git a/CHANGES b/CHANGES index dbd759d421..aa62657c18 100644 --- a/CHANGES +++ b/CHANGES @@ -174,10 +174,10 @@ deallocation routines to be used by OpenSSL, for example memory pool implementations, or something else, which was previously hard since Malloc(), Realloc() and Free() were defined as macros having - the values malloc, realloc and free, respectively. Also, The same - is provided for memory debugging code. OpenSSL already comes with - functionality to find memory leaks, but this gives people a chance - to debug other memory problems. + the values malloc, realloc and free, respectively (except for Win32 + compilations). The same is provided for memory debugging code. + OpenSSL already comes with functionality to find memory leaks, but + this gives people a chance to debug other memory problems. With these changes, a new set of functions and macros have appeared: