Skip to content

Commit

Permalink
Update include/picotls.h
Browse files Browse the repository at this point in the history
Co-authored-by: Kazuho Oku <[email protected]>
  • Loading branch information
huitema and kazuho authored Jan 11, 2024
1 parent 7117071 commit a303265
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/picotls.h
Original file line number Diff line number Diff line change
Expand Up @@ -986,11 +986,7 @@ struct st_ptls_context_t {
*/
struct {
uint8_t bytes[PTLS_SHA256_DIGEST_SIZE];
#ifdef _WINDOWS
unsigned int is_set : 1;
#else
uint8_t is_set : 1;
#endif
unsigned is_set : 1;
} ticket_context;
/**
* (optional) list of CAs advertised to clients as supported in the CertificateRequest message; each item must be DNs in DER
Expand Down

0 comments on commit a303265

Please sign in to comment.