Skip to content

Commit

Permalink
set TLS version, so it shows up in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 25, 2016
1 parent 20f8726 commit fcaacf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/tls/session.c
Expand Up @@ -796,6 +796,7 @@ void tls_session_msg_cb(int write_p, int msg_version, int content_type,
session->info.origin = write_p;
session->info.content_type = content_type;
session->info.record_len = len;
session->info.version = msg_version;
session->info.initialized = true;

switch (content_type) {
Expand Down

0 comments on commit fcaacf5

Please sign in to comment.