summaryrefslogtreecommitdiff
path: root/lib/handshake-tls13.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/handshake-tls13.c')
-rw-r--r--lib/handshake-tls13.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/handshake-tls13.c b/lib/handshake-tls13.c
index 33ed3afa3b..60f8030eb3 100644
--- a/lib/handshake-tls13.c
+++ b/lib/handshake-tls13.c
@@ -605,6 +605,8 @@ _gnutls13_recv_async_handshake(gnutls_session_t session)
return gnutls_assert_val(GNUTLS_E_UNEXPECTED_PACKET);
do {
+ _gnutls_handshake_buffer_init(&hsk);
+
/* the received handshake message has already been pushed into
* handshake buffers. As we do not need to use the handshake hash
* buffers we call the lower level receive functions */