From f2fd1b8856559ef9a8dfb2d996fa452e4ee6f41a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Mar 2001 15:47:17 +0000 Subject: two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET --- include/curl/curl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/curl/curl.h b/include/curl/curl.h index 4d5e4a0ec..27a889c64 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -418,6 +418,13 @@ typedef enum { makes the operation slower and is less friendly for the network. */ CINIT(FORBID_REUSE, LONG, 75), + /* Set to a file name that contains random data for libcurl to use to + seed the random engine when doing SSL connects. */ + CINIT(RANDOM_FILE, OBJECTPOINT, 76), + + /* Set to the Entropy Gathering Daemon socket pathname */ + CINIT(EGDSOCKET, OBJECTPOINT, 77), + CURLOPT_LASTENTRY /* the last unusued */ } CURLoption; -- cgit v1.2.3