summaryrefslogtreecommitdiff
path: root/lib/debug.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-08 10:16:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-08 10:16:56 +0100
commit11b4fd9d4ffd392b5b5a4ec0f0fefe713b2e1117 (patch)
treebb50bd8a3090c8bb07cd0441e665062e571f76b6 /lib/debug.c
parent35c17f2fd72083bf12c5faa83195d18c3cb759ce (diff)
downloadgnutls-11b4fd9d4ffd392b5b5a4ec0f0fefe713b2e1117.tar.gz
DTLS fixes.
Corrected bugs in DTLS sliding window code to account for lost packets arriving after an epoch change. The last handshake flight is now being kept by both parties in order to be used as a lost packet indication.
Diffstat (limited to 'lib/debug.c')
-rw-r--r--lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.c b/lib/debug.c
index fc350f3515..1e5b0c6fb8 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -49,7 +49,7 @@ _gnutls_packet2str (content_type_t packet)
switch (packet)
{
case GNUTLS_CHANGE_CIPHER_SPEC:
- return "Change Cipher Spec";
+ return "ChangeCipherSpec";
case GNUTLS_ALERT:
return "Alert";
case GNUTLS_HANDSHAKE: