mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 11:55:37 +00:00
Typo in config.h
This commit is contained in:
parent
e2673fb34b
commit
eba3ccf785
|
@ -401,11 +401,11 @@
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_ERROR_STRERROR_DUMMY
|
* \def POLARSSL_ERROR_STRERROR_DUMMY
|
||||||
*
|
*
|
||||||
* Enable a dummy error function to make use of error_strerror() in
|
* Enable a dummy error function to make use of polarssl_strerror() in
|
||||||
* third party libraries easier.
|
* third party libraries easier.
|
||||||
*
|
*
|
||||||
* 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()
|
* polarssl_strerror()
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_ERROR_STRERROR_DUMMY
|
#define POLARSSL_ERROR_STRERROR_DUMMY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue