Lines 220-226
Link Here
|
220 |
char *ca_cert; /* CA certificate file to use */ |
220 |
char *ca_cert; /* CA certificate file to use */ |
221 |
|
221 |
|
222 |
char *random_file; /* file with random data to seed the PRNG */ |
222 |
char *random_file; /* file with random data to seed the PRNG */ |
223 |
char *egd_file; /* file name of the egd daemon socket */ |
|
|
224 |
bool https_only; /* whether to follow HTTPS only */ |
223 |
bool https_only; /* whether to follow HTTPS only */ |
225 |
#endif /* HAVE_SSL */ |
224 |
#endif /* HAVE_SSL */ |
226 |
|
225 |
|