Remove unused flag

This commit is contained in:
Jarno Lamsa 2019-12-19 14:41:56 +02:00
parent 06164057b3
commit afff4d0679

View file

@ -392,7 +392,6 @@ struct mbedtls_ssl_handshake_params
volatile uint8_t hello_random_set; /*!< Has the hello random been set? */ volatile uint8_t hello_random_set; /*!< Has the hello random been set? */
volatile uint8_t key_derivation_done; /*!< Has the key derivation been done? */ volatile uint8_t key_derivation_done; /*!< Has the key derivation been done? */
volatile uint8_t premaster_generated; /*!< Has the PMS been generated? */ volatile uint8_t premaster_generated; /*!< Has the PMS been generated? */
volatile uint8_t got_proper_keys; /*!< Has the proper keys been set? */
#if defined(MBEDTLS_SSL_PROTO_DTLS) #if defined(MBEDTLS_SSL_PROTO_DTLS)
unsigned char verify_cookie_len; /*!< Cli: cookie length unsigned char verify_cookie_len; /*!< Cli: cookie length
Srv: flag for sending a cookie */ Srv: flag for sending a cookie */