for lean-psk build: remove big int math, MD4, error strings

This commit is contained in:
John Safranek
2012-11-02 16:49:31 -07:00
parent 917bc83c60
commit b8c9247769
5 changed files with 21 additions and 9 deletions

View File

@@ -37,6 +37,7 @@ void CTaoCryptErrorString(int error, char* buffer)
#ifdef NO_ERROR_STRINGS
(void)error;
XSTRNCPY(buffer, "no support for error strings built in", max);
#else