add autoconf support for chapoly-aead, wipe temp polykey, minor whitespace adjusts

This commit is contained in:
toddouska
2015-02-24 12:33:52 -08:00
parent 0e5f879d0b
commit 9d20e712bf
11 changed files with 301 additions and 280 deletions

View File

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