There are currently three functions related to the EGD: 
        int RAND_egd(const char *path);
        int RAND_egd_bytes(const char *path, int bytes);
        int RAND_query_egd_bytes(const char *path, unsigned char *buf, int 
bytes);

I would like to just have a single function
        Int RAND_add_egd(const char* path)

Does anyone use those three functions?
--  
Senior Architect, Akamai Technologies
IM: richs...@jabber.at Twitter: RichSalz


_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to