Add comment to #endif indicating which condition was guarded

This commit is contained in:
Hanno Becker 2019-05-29 14:43:17 +01:00
parent 484caf0abc
commit b36a245654

View file

@ -958,7 +958,7 @@ static int x509_crt_get_ext_cb( void *ctx,
ret = MBEDTLS_ERR_ASN1_UNEXPECTED_TAG;
goto err;
}
#endif
#endif /* MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION */
return( 0 );
}