forked from wolfSSL/wolfssl
for lean-psk build: remove big int math, MD4, error strings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user