mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix compile error when POLARSSL_ERROR_STRERROR_BC is undefined.
This commit is contained in:
committed by
Manuel Pégourié-Gonnard
parent
6c33a16dae
commit
95a0d118a9
@ -645,7 +645,7 @@
|
||||
* Do not add default entropy sources. These are the platform specific,
|
||||
* hardclock and HAVEGE based poll functions.
|
||||
*
|
||||
* This is useful to have more control over the added entropy sources in an
|
||||
* This is useful to have more control over the added entropy sources in an
|
||||
* application.
|
||||
*
|
||||
* Uncomment this macro to prevent loading of default entropy functions.
|
||||
@ -1366,7 +1366,7 @@
|
||||
* Module: library/error.c
|
||||
* Caller:
|
||||
*
|
||||
* This module enables err_strerror().
|
||||
* This module enables polarssl_strerror().
|
||||
*/
|
||||
#define POLARSSL_ERROR_C
|
||||
|
||||
|
Reference in New Issue
Block a user