1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Merge remote-tracking branch 'upstream-public/pr/2157' into development

This commit is contained in:
Jaeden Amero
2018-12-06 16:06:57 +00:00

View File

@@ -2179,7 +2179,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;