Re: [openssl-dev] simplifying rand_egd API

2016-01-14 Thread Steffen Nurpmeso
"Salz, Rich" wrote: |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

[openssl-dev] simplifying rand_egd API

2016-01-13 Thread Salz, Rich
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