summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-08-17 14:48:56 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-19 06:35:21 +0200
commit54bcb34c112fb7fd279be3f9ffd9b5e19c4b67a0 (patch)
treee445ec661ff7aa25247ae684a8961f5a5f5ba16a
parent0828ac7b8544ebff6c1141c4d83e307e6c959dd5 (diff)
downloadgnutls-54bcb34c112fb7fd279be3f9ffd9b5e19c4b67a0.tar.gz
hello_ext: removed bogus comment
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/hello_ext.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hello_ext.c b/lib/hello_ext.c
index 83bd107ffe..6197dd5664 100644
--- a/lib/hello_ext.c
+++ b/lib/hello_ext.c
@@ -92,8 +92,6 @@ static hello_ext_entry_st const *extfunc[MAX_EXT_TYPES+1] = {
#endif
[GNUTLS_EXTENSION_PSK_KE_MODES] = &ext_psk_ke_modes,
[GNUTLS_EXTENSION_PRE_SHARED_KEY] = &ext_pre_shared_key,
- /* This must be the last extension registered.
- */
[GNUTLS_EXTENSION_DUMBFW] = &ext_mod_dumbfw,
};