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: Mon, 23 Mar 2020 23:01:00 +0100 (CET)

On Mon, 23 Mar 2020, Jeffrey Walton via curl-library wrote:

> Any ideas?

Your OpenSSL was probably built with EGD disabled? The openssl/rand.h header
has this (in both 1.1.1e as well as current git master):

# ifndef OPENSSL_NO_EGD
int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
int RAND_egd(const char *path);
int RAND_egd_bytes(const char *path, int bytes);
# endif

-- 
  / 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-23