summaryrefslogtreecommitdiff
path: root/lib/hello_ext.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-20 11:56:28 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-20 11:56:28 +0200
commit04a5ad0b814103c5aad10cb1bb913d87a3cb168a (patch)
tree4a8f15142589161b432cc0f199b015a28e10a53d /lib/hello_ext.c
parent0fee3ea6bcdfeb3299d625afd8fddc6849aa8cf3 (diff)
downloadgnutls-tmp-enhance-ext-handling2.tar.gz
extensions: separate the hello extensions from otherstmp-enhance-ext-handling2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/hello_ext.c')
-rw-r--r--lib/hello_ext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/hello_ext.c b/lib/hello_ext.c
index d7315cebbe..c0c4afc9b1 100644
--- a/lib/hello_ext.c
+++ b/lib/hello_ext.c
@@ -726,8 +726,7 @@ gnutls_ext_register(const char *name, int id, gnutls_ext_parse_type_t parse_type
#define VALIDITY_MASK (GNUTLS_EXT_FLAG_CLIENT_HELLO|GNUTLS_EXT_FLAG_TLS12_SERVER_HELLO| \
GNUTLS_EXT_FLAG_TLS13_SERVER_HELLO| \
- GNUTLS_EXT_FLAG_EE|GNUTLS_EXT_FLAG_CT|GNUTLS_EXT_FLAG_CR| \
- GNUTLS_EXT_FLAG_NST|GNUTLS_EXT_FLAG_HRR)
+ GNUTLS_EXT_FLAG_EE|GNUTLS_EXT_FLAG_HRR)
/**
* gnutls_session_ext_register: