summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index ea081815a5..7f5c8a0ba5 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -1909,7 +1909,7 @@ struct dtls1_retransmit_state {
EVP_MD_CTX *write_hash; /* used for mac generation */
COMP_CTX *compress; /* compression */
SSL_SESSION *session;
- unsigned short epoch;
+ uint16_t epoch;
};
struct hm_header_st {