mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00: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