Note that ver+fmt bytes in serialized data must not be removed
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index d085951..b436abb 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -9928,7 +9928,12 @@
* opaque session_format[2]; // version-specific 16-bit field determining
* // the format of the remaining
* // serialized data.
- * // In this version, this indicates whether
+ *
+ * Note: When updating the format, remember to keep
+ * these version+format bytes.
+ *
+ * // In this version, `session_format`
+ * // indicates whether
* // MBEDTLS_SSL_SERIALIZED_STRUCTURES_LOCAL_ONLY
* // is set, plus the setting of those compile-
* // time configuration options which influence