move aesni cbc encrypt align check down to crypto layer

This commit is contained in:
toddouska
2013-03-26 14:13:01 -07:00
parent 6bc7ba1592
commit f601b7bfda
4 changed files with 28 additions and 14 deletions

View File

@@ -297,6 +297,10 @@ void CTaoCryptErrorString(int error, char* buffer)
XSTRNCPY(buffer, "DeCompress error", max);
break;
case BAD_ALIGN_E:
XSTRNCPY(buffer, "Bad alignment error, no alloc help", max);
break;
default:
XSTRNCPY(buffer, "unknown error number", max);