mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-25 11:56:37 +00:00
Improve comments on POLARSSL_ERROR_STRERROR_DUMMY
This commit is contained in:
parent
e306fe0fec
commit
dc16aa7eac
|
@ -638,6 +638,9 @@
|
||||||
* Make available the backward compatible error_strerror() next to the
|
* Make available the backward compatible error_strerror() next to the
|
||||||
* current polarssl_strerror().
|
* current polarssl_strerror().
|
||||||
*
|
*
|
||||||
|
* For new code, it is recommended to use polarssl_strerror() instead and
|
||||||
|
* disabled this.
|
||||||
|
*
|
||||||
* Disable if you run into name conflicts and want to really remove the
|
* Disable if you run into name conflicts and want to really remove the
|
||||||
* error_strerror()
|
* error_strerror()
|
||||||
*/
|
*/
|
||||||
|
@ -647,7 +650,11 @@
|
||||||
* \def POLARSSL_ERROR_STRERROR_DUMMY
|
* \def POLARSSL_ERROR_STRERROR_DUMMY
|
||||||
*
|
*
|
||||||
* Enable a dummy error function to make use of polarssl_strerror() in
|
* Enable a dummy error function to make use of polarssl_strerror() in
|
||||||
* third party libraries easier.
|
* third party libraries easier when POLARSSL_ERROR_C is disabled
|
||||||
|
* (no effect when POLARSSL_ERROR_C is enabled).
|
||||||
|
*
|
||||||
|
* You can safely disable this if POLARSSL_ERROR_C is enabled, or if you're
|
||||||
|
* not using polarssl_strerror() or error_strerror() in your application.
|
||||||
*
|
*
|
||||||
* Disable if you run into name conflicts and want to really remove the
|
* Disable if you run into name conflicts and want to really remove the
|
||||||
* polarssl_strerror()
|
* polarssl_strerror()
|
||||||
|
|
Loading…
Reference in a new issue