summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-08-01 12:33:15 +0100
committerBen Laurie <ben@links.org>2013-09-06 13:59:14 +0100
commit5eda213ebe382009c2f37a8eade5cbcdae6017ed (patch)
tree43cf31d12c2acf4ba3e017f4a6f0bc9b97b7e133 /apps/s_cb.c
parenta6a48e87bc469f37ed1c53d0e4d22faaa0a5adf3 (diff)
More cleanup.
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index 927f9d91e1..8127e77143 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -876,12 +876,12 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
case 16:
str_details1 = ", ClientKeyExchange";
break;
- case 23:
- str_details1 = ", SupplementalData";
- break;
case 20:
str_details1 = ", Finished";
break;
+ case 23:
+ str_details1 = ", SupplementalData";
+ break;
}
}
}