1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-04-26 15:08:51 +03:00

Fix doxygen comment parameter name

Signed-off-by: Max Fillinger <max@max-fillinger.net>
This commit is contained in:
Max Fillinger 2024-09-20 17:50:16 +02:00 committed by Max Fillinger
parent 5805cc9807
commit f95bfda1f9

View File

@ -5770,7 +5770,7 @@ int mbedtls_ssl_tls_prf(const mbedtls_tls_prf_types prf,
/** /**
* \brief TLS-Exporter to derive shared symmetric keys between server and client. * \brief TLS-Exporter to derive shared symmetric keys between server and client.
* *
* \param ctx SSL context from which to export keys. Must have finished the handshake. * \param ssl SSL context from which to export keys. Must have finished the handshake.
* \param out Output buffer of length at least key_len bytes. * \param out Output buffer of length at least key_len bytes.
* \param key_len Length of the key to generate in bytes. Must be < 2^16 in TLS 1.3. * \param key_len Length of the key to generate in bytes. Must be < 2^16 in TLS 1.3.
* \param label Label for which to generate the key of length label_len. * \param label Label for which to generate the key of length label_len.