From a3032650afaca6b5f9865cf791b60222779e6573 Mon Sep 17 00:00:00 2001 From: Christian Huitema Date: Wed, 10 Jan 2024 22:01:59 -0800 Subject: [PATCH] Update include/picotls.h Co-authored-by: Kazuho Oku --- include/picotls.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/picotls.h b/include/picotls.h index bbf3739c..7a642707 100644 --- a/include/picotls.h +++ b/include/picotls.h @@ -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