summaryrefslogtreecommitdiff
path: root/lib/ssl/sslt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/sslt.h')
-rw-r--r--lib/ssl/sslt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssl/sslt.h b/lib/ssl/sslt.h
index 59e82e34d..95f4d744a 100644
--- a/lib/ssl/sslt.h
+++ b/lib/ssl/sslt.h
@@ -447,6 +447,9 @@ typedef struct SSLPreliminaryChannelInfoStr {
* should use the following hostname extracted from the ECHConfig. */
const char* echPublicName;
+ /* The following field was added in NSS 3.85. */
+ PRBool ticketSupportsEarlyData;
+
/* When adding new fields to this structure, please document the
* NSS version in which they were added. */
} SSLPreliminaryChannelInfo;