diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-08-17 14:48:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-08-19 06:35:21 +0200 |
commit | 54bcb34c112fb7fd279be3f9ffd9b5e19c4b67a0 (patch) | |
tree | e445ec661ff7aa25247ae684a8961f5a5f5ba16a /lib | |
parent | 0828ac7b8544ebff6c1141c4d83e307e6c959dd5 (diff) | |
download | gnutls-54bcb34c112fb7fd279be3f9ffd9b5e19c4b67a0.tar.gz |
hello_ext: removed bogus comment
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
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, }; |