mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Style fixes in pem, x509_crl and buf_alloc
This commit is contained in:
committed by
Andres Amaya Garcia
parent
8ec3bfe180
commit
f1ee63562a
@ -184,7 +184,7 @@ static int verify_chain()
|
||||
{
|
||||
memory_header *prv = heap.first, *cur;
|
||||
|
||||
if( heap.first == NULL || verify_header( heap.first ) != 0 )
|
||||
if( prv == NULL || verify_header( prv ) != 0 )
|
||||
{
|
||||
#if defined(MBEDTLS_MEMORY_DEBUG)
|
||||
mbedtls_fprintf( stderr, "FATAL: verification of first header "
|
||||
|
Reference in New Issue
Block a user