curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: error: implicit declaration of function 'RAND_egd'

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Tue, 24 Mar 2020 00:50:14 +0100 (CET)

On Mon, 23 Mar 2020, Jeffrey Walton wrote:

> $ OpenSSL 1.1.1e
> $ nm -g $HOME/tmp/lib/libcrypto.so | grep RAND_egd
> $
>
> So it looks like EGD is off by default in OpenSSL 1.1.1.

Indeed, but also this works fine for me already! I had totally forgot about it
but the configure script checks for RAND_egd and our code #ifdefs accordingly.

On my machine in the curl tree:

$ grep RAND_EGD lib/curl_config.h
/* #undef HAVE_RAND_EGD */

-- 
  / daniel.haxx.se | Commercial curl support up to 24x7 is available!
                   | Private help, bug fixes, support, ports, new features
                   | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2020-03-24