tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index b3f7351..f86bc42 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -756,9 +756,10 @@
     MBEDTLS_SSL_EARLY_DATA_STATE_IDLE,
 
 /*
- * The client has not indicated the use of early data to the server.
+ * In its ClientHello, the client has not included an early data indication
+ * extension.
  */
-    MBEDTLS_SSL_EARLY_DATA_STATE_NOT_SENT,
+    MBEDTLS_SSL_EARLY_DATA_STATE_NO_IND_SENT,
 
 /*
  * The client has indicated the use of early data and the server has accepted