mirror of
https://github.com/curl/curl.git
synced 2026-07-23 06:17:16 +03:00
We use this ZERO_NULL to avoid picky compiler warnings,
when assigning a NULL pointer to a function pointer var.
This commit is contained in:
parent
5360f88393
commit
92433e596b
11 changed files with 106 additions and 112 deletions
|
|
@ -35,13 +35,6 @@
|
|||
#define MAIN_LOOP_HANG_TIMEOUT 90 * 1000
|
||||
#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
|
||||
|
||||
/*
|
||||
* We use this ZERO_NULL to avoid picky compiler warnings,
|
||||
* when assigning a NULL pointer to a function pointer var.
|
||||
*/
|
||||
|
||||
#define ZERO_NULL 0
|
||||
|
||||
int portnum; /* the HTTPS port number we use */
|
||||
|
||||
typedef struct sslctxparm_st {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue