Hi,

> It is not an implementaion issue but a requirement of the C standard.
> To avoid buffering use
>
>    setvbuf (fp, NULL, _IONBF, 0);
>
> right after the fopen.

Ah! Thanks a lot!

Ok, I think that should be written into the man-pages of /dev/random and 
fgetc/fread and other related howtos.

Best regards,
Philipp Gühring

---------------------------------------------------------------------
The Cryptography Mailing List
Unsubscribe by sending "unsubscribe cryptography" to [EMAIL PROTECTED]

Reply via email to