mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
x509_crt.c: Indicate guarding condition in #else branch
This commit is contained in:
parent
cd239f8839
commit
14b0a68083
|
@ -3263,7 +3263,7 @@ static unsigned x509_crt_verify_chain_len(
|
||||||
return( chain->len );
|
return( chain->len );
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else /* !MBEDTLS_X509_REMOVE_VERIFY_CALLBACK */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Reset (init or clear) a verify_chain
|
* Reset (init or clear) a verify_chain
|
||||||
|
|
Loading…
Reference in a new issue