summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-04 13:26:35 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-04 13:26:35 +0100
commitb948ee27b0206a392bfd7340779b29ed9375e197 (patch)
treeec777fd0118b6ec238439f09b05b20443865c576 /apps/s_cb.c
parenta23a6e85d8dcd5733a343754f434201f3c9aa6f0 (diff)
Remove all RFC5878 code.
Remove RFC5878 code. It is no longer needed for CT and has numerous bugs
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index 787c2a7073..cf34e00a4c 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -881,9 +881,6 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
case 20:
str_details1 = ", Finished";
break;
- case 23:
- str_details1 = ", SupplementalData";
- break;
}
}
}