diff options
Diffstat (limited to 'src/handshake.c')
-rw-r--r-- | src/handshake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake.c b/src/handshake.c index 962daa0..d0134b9 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -44,7 +44,7 @@ static const char *const RECORD_TYPES[RECORD_MAX] = { "method name", "version name", "method list", - "handshake message authentication code", + "TLV message authentication code", }; static const char *const REPLY_TYPES[REPLY_MAX] = { |