summaryrefslogtreecommitdiff
path: root/lib/ssl/ssl3ext.h
diff options
context:
space:
mode:
authorEKR <ekr@rtfm.com>2016-11-07 09:55:04 -0800
committerEKR <ekr@rtfm.com>2016-11-07 09:55:04 -0800
commitc5f57a2204f9b1eda5c87ad16c07128fbc39c663 (patch)
treefd8a2a5dbde4d1b9913b9df3b038f12b7ed59398 /lib/ssl/ssl3ext.h
parentbf08b25a9385b6fd744db1e3ad4fdf4c46ecc3ed (diff)
downloadnss-hg-c5f57a2204f9b1eda5c87ad16c07128fbc39c663.tar.gz
Bug 1315735 - TLS 1.3 draft 18 - clang-format. r=me
Diffstat (limited to 'lib/ssl/ssl3ext.h')
-rw-r--r--lib/ssl/ssl3ext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl/ssl3ext.h b/lib/ssl/ssl3ext.h
index 01585b541..f93ad65bd 100644
--- a/lib/ssl/ssl3ext.h
+++ b/lib/ssl/ssl3ext.h
@@ -47,7 +47,7 @@ struct TLSExtensionDataStr {
ssl3HelloExtensionSender serverHelloSenders[SSL_MAX_EXTENSIONS];
ssl3HelloExtensionSender encryptedExtensionsSenders[SSL_MAX_EXTENSIONS];
ssl3HelloExtensionSender certificateSenders[SSL_MAX_EXTENSIONS];
-
+
/* Keep track of the extensions that are negotiated. */
PRUint16 numAdvertised;
PRUint16 numNegotiated;
@@ -96,9 +96,9 @@ struct TLSExtensionDataStr {
PRUint16 dtlsSRTPCipherSuite; /* 0 if not selected */
- SECItem pskBinder; /* The PSK binder for the first PSK (TLS 1.3) */
+ SECItem pskBinder; /* The PSK binder for the first PSK (TLS 1.3) */
unsigned long pskBinderPrefixLen; /* The length of the binder input. */
- PRCList remoteKeyShares; /* The other side's public keys (TLS 1.3) */
+ PRCList remoteKeyShares; /* The other side's public keys (TLS 1.3) */
};
typedef struct TLSExtensionStr {