Remove outdated documentation of mbedtls_ssl_tls1_3_derive_secret()
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
diff --git a/library/ssl_tls13_keys.h b/library/ssl_tls13_keys.h
index 9838f48..7a9e5c9 100644
--- a/library/ssl_tls13_keys.h
+++ b/library/ssl_tls13_keys.h
@@ -158,10 +158,6 @@
* Hash.Length ) )
* </tt>
*
- * Note: In this implementation of the function we assume that
- * the parameter message contains the already hashed value and
- * the Derive-Secret function does not need to hash it again.
- *
* \param hash_alg The identifier for the hash function used for the
* applications of HKDF.
* \param secret The \c Secret argument to the \c Derive-Secret function.