fix x64 windows warnings, make sure word is 64bit

This commit is contained in:
toddouska
2012-11-01 12:21:47 -07:00
parent dc83cc6a0e
commit 0e2c236e77
3 changed files with 3 additions and 3 deletions

View File

@@ -6649,7 +6649,7 @@ static int initGlobalRNG = 0;
return 0;
}
if (Base16_Decode((byte*)str, (int)strlen(str), decoded, &decSz) < 0) {
if (Base16_Decode((byte*)str, (int)XSTRLEN(str), decoded, &decSz) < 0) {
CYASSL_MSG("Bad Base16_Decode error");
return 0;
}