x509_crt.c: Indicate guarding condition in #else branch

This commit is contained in:
Hanno Becker 2019-08-29 15:26:15 +01:00
parent cd239f8839
commit 14b0a68083

View file

@ -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