Skip to content
Snippets Groups Projects
Commit e6b40bb6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

two new random seed options for the ssl config struct

parent f2fd1b88
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
};
/****************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment