mirror of
https://github.com/curl/curl.git
synced 2026-06-03 21:54:15 +03:00
two new random seed options for the ssl config struct
This commit is contained in:
parent
f2fd1b8856
commit
e6b40bb6ac
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue