Cast a value in notrandombytes.c

このコミットが含まれているのは:
Thom Wiggers 2019-02-27 17:18:07 +01:00
コミット b7bc9b6cb0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 001BB0A7CE26E363

ファイルの表示

@ -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;
}