commit | e89bcf05da039f0c035372a198f55d33e2e3a579 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 18 18:50:02 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 21 16:30:07 2014 +0200 |
tree | 2b7df2d98bee38a242f4becb9f423196cba66383 | |
parent | ce441b3442c8a4b7fae863e903abb0dcc0000e05 [diff] [blame] |
Write new DTLS handshake fields correctly
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 226485a..bf5d724 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -616,6 +616,9 @@ ssl_key_cert *sni_key_cert; /*!< key/cert list from SNI */ #endif #endif /* POLARSSL_X509_CRT_PARSE_C */ +#if defined(POLARSSL_SSL_PROTO_DTLS) + unsigned int msg_seq; /*!< DTLS handshake sequence number */ +#endif /* * Checksum contexts