mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Merge remote-tracking branch 'upstream-public/pr/2157' into development
This commit is contained in:
commit
5b46fe774b
1 changed files with 1 additions and 1 deletions
|
|
@ -2179,7 +2179,7 @@ static int x509_crt_find_parent(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* extra precaution against mistakes in the caller */
|
/* extra precaution against mistakes in the caller */
|
||||||
if( parent == NULL )
|
if( *parent == NULL )
|
||||||
{
|
{
|
||||||
*parent_is_trusted = 0;
|
*parent_is_trusted = 0;
|
||||||
*signature_is_good = 0;
|
*signature_is_good = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue