]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
hello_ext: removed bogus comment
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 17 Aug 2018 12:48:56 +0000 (14:48 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Aug 2018 04:35:21 +0000 (06:35 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/hello_ext.c

index 83bd107ffe1d3df6dd3adba6caff3451b3e1514e..6197dd56641d9f6de978e6303fb200e8046ed40e 100644 (file)
@@ -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,
 };