1
0
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:
Shuo Chen
2014-04-04 21:04:40 -07:00
committed by Manuel Pégourié-Gonnard
parent 6c33a16dae
commit 95a0d118a9
4 changed files with 25 additions and 23 deletions

View File

@ -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