Loading crypto/rand/randfile.c +3 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
crypto/rand/randfile.c +3 −0 Original line number Diff line number Diff line Loading @@ -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. Loading