Files
mbedtls/tests/suites
Andrzej Kurek 0b56ce00bd Fix the memory allocation in test_suite_ssl
ASSERT_ALLOC calculates the size itself, and the parameter indicates number of elements.
```
mbedtls_calloc( sizeof( *( pointer ) ),  ( length ) );  
```
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
2022-10-20 06:37:00 -04:00
..
2022-07-20 15:18:55 +01:00
2015-04-08 13:25:31 +02:00
2022-07-11 10:43:55 +01:00