forked from wolfSSL/wolfssl
add autoconf support for chapoly-aead, wipe temp polykey, minor whitespace adjusts
This commit is contained in:
@@ -316,6 +316,9 @@ const char* wc_GetErrorString(int error)
|
||||
case THREAD_STORE_SET_E:
|
||||
return "Thread Storage Set error";
|
||||
|
||||
case MAC_CMP_FAILED_E:
|
||||
return "MAC comparison failed";
|
||||
|
||||
default:
|
||||
return "unknown error number";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user