summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-01-11 22:32:37 +0000
committerRichard Levitte <levitte@openssl.org>2000-01-11 22:32:37 +0000
commitde73e397f86c578ee514816ca1a312689a89686f (patch)
tree26a702d582fef628979c662db01ac9835bd7e150 /CHANGES
parentcbfa4c32c011e3f5fe805416c413a5296461b44f (diff)
Added a comment about Win32.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
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: