Skip to content

Commit

Permalink
Missed variable name change
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 19, 2015
1 parent 61ec788 commit 296ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/tls-h
Expand Up @@ -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;
Expand Down

0 comments on commit 296ba60

Please sign in to comment.