mirror of
https://github.com/openssl/openssl.git
synced 2024-11-29 04:55:11 +08:00
Added a comment about Win32.
This commit is contained in:
parent
cbfa4c32c0
commit
de73e397f8
8
CHANGES
8
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user