Remove unused variables from randombytes

This commit is contained in:
Joost Rijneveld 2019-01-15 16:07:48 +01:00
父節點 fa6aedb068
當前提交 b5e46c91b8
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: A4FE39CF49CBC553

查看文件

@ -30,9 +30,6 @@ static void surf(void)
void randombytes(uint8_t *x,uint64_t xlen)
{
uint64_t bak = xlen;
uint8_t *xbak = x;
while (xlen > 0) {
if (!outleft) {
if (!++in[0]) if (!++in[1]) if (!++in[2]) ++in[3];