mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
two new random seed options for the ssl config struct
This commit is contained in:
parent
f2fd1b8856
commit
e6b40bb6ac
@ -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…
x
Reference in New Issue
Block a user