Cast a value in notrandombytes.c

Tento commit je obsažen v:
Thom Wiggers 2019-02-27 17:18:07 +01:00
rodič 58aba49ca2
revize b7bc9b6cb0
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 001BB0A7CE26E363

Zobrazit soubor

@ -70,7 +70,7 @@ int randombytes(uint8_t *buf, size_t xlen) {
surf();
outleft = 8;
}
*buf = out[--outleft];
*buf = (uint8_t) out[--outleft];
++buf;
--xlen;
}