From: Daniel Stenberg Date: Mon, 12 Mar 2001 15:47:41 +0000 (+0000) Subject: two new random seed options for the ssl config struct X-Git-Tag: curl-7_7-beta2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6b40bb6ac65eb531d913b9794188bf4f109a0e2;p=curl two new random seed options for the ssl config struct --- diff --git a/lib/urldata.h b/lib/urldata.h index 6b9ef0edd..93d965efd 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -131,6 +131,8 @@ struct ssl_config_data { long verifypeer; /* set TRUE if this is desired */ char *CApath; /* DOES NOT WORK ON WINDOWS */ char *CAfile; /* cerficate to verify peer against */ + char *random_file; /* path to file containing "random" data */ + char *egdsocket; /* path to file containing the EGD daemon socket */ }; /****************************************************************************