X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Frand%2Frand.h;h=28f45ec05269965e4a9b37819b16787016932a7d;hb=8d5b4ee1cab7cd02f9fe246fb60d7d018a315a86;hp=e5d6696cb40c56403d848f919b5aafd60ff659ff;hpb=853f757ecea74a271a7c5cdee3f3b5fe0d3ae863;p=oweals%2Fopenssl.git diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index e5d6696cb4..28f45ec052 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -83,6 +83,8 @@ void RAND_add(const void *buf,int num,double entropy); int RAND_load_file(const char *file,long max_bytes); int RAND_write_file(const char *file); const char *RAND_file_name(char *file,int num); +int RAND_status(void); +int RAND_egd(const char *path); #ifdef WINDOWS void RAND_screen(void); #endif