mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 09:30:49 +02:00
pwdbased: fix cast warning.
This commit is contained in:
@@ -837,7 +837,7 @@ end:
|
||||
ForceZero(v, ((size_t)1 << cost) * (size_t)bSz);
|
||||
}
|
||||
if (y != NULL) {
|
||||
ForceZero(y, (size_t)(blockSize * 128));
|
||||
ForceZero(y, (size_t)blockSize * 128);
|
||||
}
|
||||
|
||||
XFREE(blocks, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
|
||||
Reference in New Issue
Block a user