diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hello_ext.c | 2 |
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, }; |