|
@@ -76,9 +76,9 @@ struct tls_connection {
|
|
|
u8 *session_ticket;
|
|
|
size_t session_ticket_len;
|
|
|
|
|
|
- int ca_cert_verify:1;
|
|
|
- int cert_probe:1;
|
|
|
- int server_cert_only:1;
|
|
|
+ unsigned int ca_cert_verify:1;
|
|
|
+ unsigned int cert_probe:1;
|
|
|
+ unsigned int server_cert_only:1;
|
|
|
|
|
|
u8 srv_cert_hash[32];
|
|
|
};
|