summaryrefslogtreecommitdiff
path: root/lib/debug.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-02-26 09:34:35 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-02 18:45:59 +0100
commit601b2229fb79467961e713ea636ce0c6fedd3c73 (patch)
treeada50663ba29db17f84c67e128f0701fa08b59bf /lib/debug.c
parenta0608d1ba6c682b42d52242592272b2a79c02ff3 (diff)
downloadgnutls-601b2229fb79467961e713ea636ce0c6fedd3c73.tar.gz
Removed last pieces of inner application.
Diffstat (limited to 'lib/debug.c')
-rw-r--r--lib/debug.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/debug.c b/lib/debug.c
index 92b70d9515..f5eb466d53 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -58,9 +58,6 @@ _gnutls_packet2str (content_type_t packet)
return "Handshake";
case GNUTLS_APPLICATION_DATA:
return "Application Data";
- case GNUTLS_INNER_APPLICATION:
- return "Inner Application";
-
default:
return "Unknown Packet";
}