Fix typo in a test condition code
This commit is contained in:
parent
2b5be1e630
commit
c388a8c394
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue