mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:05:51 +01: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 );
|
||||
}
|
||||
|
||||
#else
|
||||
#else /* !MBEDTLS_X509_REMOVE_VERIFY_CALLBACK */
|
||||
|
||||
/*
|
||||
* Reset (init or clear) a verify_chain
|
||||
|
Loading…
Reference in New Issue
Block a user