summaryrefslogtreecommitdiff
path: root/lib/hello_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hello_ext.c')
-rw-r--r--lib/hello_ext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hello_ext.c b/lib/hello_ext.c
index 28e8e8c08e..c4907aaced 100644
--- a/lib/hello_ext.c
+++ b/lib/hello_ext.c
@@ -95,8 +95,8 @@ static hello_ext_entry_st const *extfunc[MAX_EXT_TYPES+1] = {
#ifdef ENABLE_ALPN
[GNUTLS_EXTENSION_ALPN] = &ext_mod_alpn,
#endif
- [GNUTLS_EXTENSION_PSK_KE_MODES] = &ext_psk_ke_modes,
- [GNUTLS_EXTENSION_PRE_SHARED_KEY] = &ext_pre_shared_key,
+ [GNUTLS_EXTENSION_PSK_KE_MODES] = &ext_mod_psk_ke_modes,
+ [GNUTLS_EXTENSION_PRE_SHARED_KEY] = &ext_mod_pre_shared_key,
[GNUTLS_EXTENSION_RECORD_SIZE_LIMIT] = &ext_mod_record_size_limit,
/* This must be the last extension registered.
*/