mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-04 15:58:19 +00:00
Add comment to #endif indicating which condition was guarded
This commit is contained in:
parent
484caf0abc
commit
b36a245654
|
@ -958,7 +958,7 @@ static int x509_crt_get_ext_cb( void *ctx,
|
||||||
ret = MBEDTLS_ERR_ASN1_UNEXPECTED_TAG;
|
ret = MBEDTLS_ERR_ASN1_UNEXPECTED_TAG;
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION */
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue