use external CYASSL_MAX_ERROR_SZ for buffer size

This commit is contained in:
toddouska
2013-08-06 11:48:00 -07:00
parent 427a421ec5
commit 5c5cee0789
10 changed files with 18 additions and 14 deletions

View File

@@ -35,7 +35,7 @@
void CTaoCryptErrorString(int error, char* buffer)
{
const int max = MAX_ERROR_SZ; /* shorthand */
const int max = CYASSL_MAX_ERROR_SZ; /* shorthand */
#ifdef NO_ERROR_STRINGS