summaryrefslogtreecommitdiff
path: root/nss/lib/ssl/tls13con.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/lib/ssl/tls13con.h')
-rw-r--r--nss/lib/ssl/tls13con.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/lib/ssl/tls13con.h b/nss/lib/ssl/tls13con.h
index c39c62a..189da0a 100644
--- a/nss/lib/ssl/tls13con.h
+++ b/nss/lib/ssl/tls13con.h
@@ -45,6 +45,7 @@ void tls13_FatalError(sslSocket *ss, PRErrorCode prError,
SSL3AlertDescription desc);
SECStatus tls13_SetupClientHello(sslSocket *ss);
SECStatus tls13_MaybeDo0RTTHandshake(sslSocket *ss);
+PRInt32 tls13_LimitEarlyData(sslSocket *ss, SSL3ContentType type, PRInt32 toSend);
PRBool tls13_AllowPskCipher(const sslSocket *ss,
const ssl3CipherSuiteDef *cipher_def);
PRBool tls13_PskSuiteEnabled(sslSocket *ss);