mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:47:16 +03:00
urldata: move a struct field in ssl_primary_config
... which makes the struct eight bytes smaller with no gaps. Closes #17386
This commit is contained in:
parent
63e513b106
commit
c0f724e887
1 changed files with 1 additions and 1 deletions
|
|
@ -275,8 +275,8 @@ struct ssl_primary_config {
|
|||
char *password; /* TLS password (for, e.g., SRP) */
|
||||
#endif
|
||||
char *curves; /* list of curves to use */
|
||||
unsigned char ssl_options; /* the CURLOPT_SSL_OPTIONS bitmask */
|
||||
unsigned int version_max; /* max supported version the client wants to use */
|
||||
unsigned char ssl_options; /* the CURLOPT_SSL_OPTIONS bitmask */
|
||||
unsigned char version; /* what version the client wants to use */
|
||||
BIT(verifypeer); /* set TRUE if this is desired */
|
||||
BIT(verifyhost); /* set TRUE if CN/SAN must match hostname */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue