rnd: Change parameter type in randombytes_{weak,strong}
commit786f0254af9c7d4b66357a100810ad89708863c4
authorTobias Klauser <tklauser@distanz.ch>
Sun, 11 Aug 2013 13:22:33 +0000 (11 15:22 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sun, 11 Aug 2013 13:22:33 +0000 (11 15:22 +0200)
treed9ee1cc654bebd484b9f1f035197702ce4fcd9d1
parent117f67fc6d197ccaddfeffdff49f81e2dd72ccae
rnd: Change parameter type in randombytes_{weak,strong}

Change parameter type for the length to size_t since this is what is
passed to them and is expected by read_exact().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
rnd.c