point out that RAND_load_file() etc are only for seed files, not for

entropy devices or sockets.
This commit is contained in:
Ulf Möller 2001-02-08 17:22:56 +00:00
parent 466e4249ab
commit 928cc3a6de

View File

@ -83,6 +83,9 @@
/* #define RFILE ".rnd" - defined in ../../e_os.h */
/* Note that these functions are intended for seed files only.
* Entropy devices and EGD sockets are handled in rand_unix.c */
int RAND_load_file(const char *file, long bytes)
{
/* If bytes >= 0, read up to 'bytes' bytes.