mbedtls: Update to upstream version 2.12.0
_WIN32_WINNT redefinition fix is no longer needed as it was merged upstream. PR 1453 is still not merged, diff updated to current state.
This commit is contained in:
parent
4e4702e386
commit
d8e1cd7a10
63 changed files with 7386 additions and 599 deletions
|
|
@ -518,7 +518,9 @@ void mbedtls_memory_buffer_alloc_status( void )
|
|||
heap.alloc_count, heap.free_count );
|
||||
|
||||
if( heap.first->next == NULL )
|
||||
{
|
||||
mbedtls_fprintf( stderr, "All memory de-allocated in stack buffer\n" );
|
||||
}
|
||||
else
|
||||
{
|
||||
mbedtls_fprintf( stderr, "Memory currently allocated:\n" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue