From 296ba6043cd79d3122880ca20eb8a7c69ed01900 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 18 Oct 2015 22:00:33 -0400 Subject: [PATCH] Missed variable name change --- src/include/tls-h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/tls-h b/src/include/tls-h index ad91c8b6788a..a6cea9d21370 100644 --- a/src/include/tls-h +++ b/src/include/tls-h @@ -142,7 +142,7 @@ typedef struct _tls_session_t { */ size_t mtu; //!< Current fragment size transmitted. size_t tls_msg_len; //!< Actual/Total TLS message length. - bool fragment; //!< Flag, In fragment mode or not. + bool fragmenting; //!< Flag, In fragment mode or not. bool length_flag; //!< A flag to include length in every TLS Data/Alert packet. //!< If set to no then only the first fragment contains length. int peap_flag;