On Wed, Oct 30, 2019 at 6:39 PM Frederick Gotham <[email protected]> wrote:
> Dmitry Belyavsky <[email protected]> wrote: > > >> You still have the OpenSSL built-in RNG. > > > > Is there a simple compiler flag to remove this? > > Or do I need to go into the source code and stick a "return -1;" somewhere? > > No. Openssl will not work if you do not provide a valid RAND_METHOD except a very minimal set of operations. -- SY, Dmitry Belyavsky
