]> granicus.if.org Git - curl/commitdiff
two new random seed options for the ssl config struct
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 15:47:41 +0000 (15:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 15:47:41 +0000 (15:47 +0000)
lib/urldata.h

index 6b9ef0edd5acb80d42d9c66e5eb23f1c2d0a698a..93d965efd824522e669dc5cb6d78d2cc7c67d1c6 100644 (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 */
 };
 
 /****************************************************************************