two new random seed options for the ssl config struct

This commit is contained in:
Daniel Stenberg 2001-03-12 15:47:41 +00:00
parent f2fd1b8856
commit e6b40bb6ac

View File

@ -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 */
};
/****************************************************************************