mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:35:38 +01:00
Added implementation for memory_buffer_set_verify()
This commit is contained in:
parent
caa3af47c0
commit
bf796acf07
@ -464,6 +464,11 @@ static void buffer_alloc_free( void *ptr )
|
||||
exit( 1 );
|
||||
}
|
||||
|
||||
void memory_buffer_set_verify( int verify )
|
||||
{
|
||||
heap.verify = verify;
|
||||
}
|
||||
|
||||
int memory_buffer_alloc_verify()
|
||||
{
|
||||
return verify_chain();
|
||||
|
Loading…
Reference in New Issue
Block a user