mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:35:44 +01:00
Fix typo in a test condition code
This commit is contained in:
parent
2b5be1e630
commit
c388a8c394
@ -2180,7 +2180,7 @@ static int x509_crt_find_parent(
|
||||
}
|
||||
|
||||
/* extra precaution against mistakes in the caller */
|
||||
if( parent == NULL )
|
||||
if( *parent == NULL )
|
||||
{
|
||||
*parent_is_trusted = 0;
|
||||
*signature_is_good = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user