summaryrefslogtreecommitdiff
path: root/lib/record.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-08-10 14:06:16 +0200
committerDaiki Ueno <dueno@redhat.com>2018-08-20 13:37:26 +0200
commit03db8d479fde6921afd4c98fc3df8200f9f014db (patch)
treefba9bf12ff6efe65d210a9959e30a1c654c6aaa1 /lib/record.c
parent50f64a45933e10a71f8155dc57ab6f239ab46204 (diff)
downloadgnutls-03db8d479fde6921afd4c98fc3df8200f9f014db.tar.gz
ext/record_size_limit: new extension
This implements the record_size_limit extension as defined in RFC 8449. Although it obsoletes the max_record_size extension, for compatibility reasons GnuTLS still sends it on certain occasions. For example, when the new size is representable as the codepoint defined for max_record_size. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'lib/record.c')
-rw-r--r--lib/record.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/record.c b/lib/record.c
index f0bf192cb8..745969a732 100644
--- a/lib/record.c
+++ b/lib/record.c
@@ -46,7 +46,6 @@
#include "record.h"
#include "datum.h"
#include "constate.h"
-#include "ext/max_record.h"
#include "tls13/key_update.h"
#include <ext/heartbeat.h>
#include <state.h>