Drop renego state from context if no renego support
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index e537fdb..291810a 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -794,8 +794,8 @@
*/
int state; /*!< SSL handshake: current state */
int transport; /*!< Transport: stream or datagram */
- int renegotiation; /*!< Initial or renegotiation */
#if defined(POLARSSL_SSL_RENEGOTIATION)
+ int renegotiation; /*!< Initial or renegotiation */
int renego_records_seen; /*!< Records since renego request, or with DTLS,
number of retransmissions of request if
renego_max_records is < 0 */