mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Add memory_buffer_alloc_self_test()
This commit is contained in:
committed by
Paul Bakker
parent
5cb4b31057
commit
5ba1d52f96
@ -115,6 +115,15 @@ void memory_buffer_alloc_status( void );
|
||||
*/
|
||||
int memory_buffer_alloc_verify( void );
|
||||
|
||||
#if defined(POLARSSL_SELF_TEST)
|
||||
/**
|
||||
* \brief Checkup routine
|
||||
*
|
||||
* \return 0 if successful, or 1 if a test failed
|
||||
*/
|
||||
int memory_buffer_alloc_self_test( int verbose );
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user