summaryrefslogtreecommitdiff
path: root/lib/ext/heartbeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/heartbeat.c')
-rw-r--r--lib/ext/heartbeat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ext/heartbeat.c b/lib/ext/heartbeat.c
index 996b8ff422..15c7c47f75 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -531,7 +531,8 @@ const extension_entry_st ext_mod_heartbeat = {
.send_func = _gnutls_heartbeat_send_params,
.pack_func = _gnutls_heartbeat_pack,
.unpack_func = _gnutls_heartbeat_unpack,
- .deinit_func = NULL
+ .deinit_func = NULL,
+ .cannot_be_overriden = 1
};
#else