summaryrefslogtreecommitdiffstats
path: root/ssl/s23_clnt.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 /ssl/s23_clnt.c
parenta23a6e85d8dcd5733a343754f434201f3c9aa6f0 (diff)
Remove all RFC5878 code.
Remove RFC5878 code. It is no longer needed for CT and has numerous bugs
Diffstat (limited to 'ssl/s23_clnt.c')
-rw-r--r--ssl/s23_clnt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/s23_clnt.c b/ssl/s23_clnt.c
index e32fbbff4f..0865485bcf 100644
--- a/ssl/s23_clnt.c
+++ b/ssl/s23_clnt.c
@@ -370,8 +370,6 @@ static int ssl23_client_hello(SSL *s)
#endif
if (s->ctx->custom_cli_ext_records_count != 0)
ssl2_compat = 0;
- if (s->ctx->cli_supp_data_records_count != 0)
- ssl2_compat = 0;
}
#endif