summaryrefslogtreecommitdiffstats
path: root/ssl/d1_both.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-05-29 16:14:02 +0100
committerMatt Caswell <matt@openssl.org>2015-05-29 16:24:42 +0100
commit6218a1f57e7e25a6b9a798f00cf5f0e56a02ff31 (patch)
treed7833c994976abc7dd88d6752591a2be8433e02d /ssl/d1_both.c
parent2d4deb256fb28f53ae778f8cf26698f49c5b83b4 (diff)
Remove struct ccs_header_st
struct ccs_header_st is not used so it should be removed. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/d1_both.c')
-rw-r--r--ssl/d1_both.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ssl/d1_both.c b/ssl/d1_both.c
index 05b8f9e08a..bcdba74819 100644
--- a/ssl/d1_both.c
+++ b/ssl/d1_both.c
@@ -1298,13 +1298,6 @@ dtls1_get_message_header(unsigned char *data, struct hm_header_st *msg_hdr)
n2l3(data, msg_hdr->frag_len);
}
-void dtls1_get_ccs_header(unsigned char *data, struct ccs_header_st *ccs_hdr)
-{
- memset(ccs_hdr, 0, sizeof(*ccs_hdr));
-
- ccs_hdr->type = *(data++);
-}
-
int dtls1_shutdown(SSL *s)
{
int ret;