summaryrefslogtreecommitdiff
path: root/lib/debug.c
diff options
context:
space:
mode:
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 5b4838a0e2..bc02df8cec 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -46,7 +46,7 @@ void _gnutls_print_state(gnutls_session session)
#endif
-const char* _gnutls_packet2str( ContentType packet)
+const char* _gnutls_packet2str( content_type_t packet)
{
switch(packet) {
case GNUTLS_CHANGE_CIPHER_SPEC: