Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-03-03 05:09:31 +0300
committerAdam Langley <agl@google.com>2015-03-10 04:13:01 +0300
commitf7f0f3a74b6afd426e72b67fa8bdf8c5189d5e6d (patch)
tree37d47e7be61c627e741cf26f3e2163819355cefe /include/openssl/dtls1.h
parentee562b987e92d9d0c8b3cc5ab013dd2f24b4def9 (diff)
Remove ccs_header_st.
It doesn't do anything. Change-Id: I0bba4e22a0b2053aae491d0ad695c892803cafca Reviewed-on: https://boringssl-review.googlesource.com/3767 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/dtls1.h')
-rw-r--r--include/openssl/dtls1.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h
index 5ee652fb..ad49aedb 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -105,11 +105,6 @@ struct hm_header_st {
uint16_t epoch;
};
-struct ccs_header_st {
- uint8_t type;
- uint16_t seq;
-};
-
typedef struct record_pqueue_st {
uint16_t epoch;
pqueue q;