From c8d3ccd67b89f23307badb11f6d6f1409da21eab Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 26 May 2021 04:47:29 +0100 Subject: [PATCH] Fix Doxygen for TLS 1.3 PSK binder helper Signed-off-by: Hanno Becker --- library/ssl_tls13_keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls13_keys.h b/library/ssl_tls13_keys.h index 4b9c68e725..3b96998aed 100644 --- a/library/ssl_tls13_keys.h +++ b/library/ssl_tls13_keys.h @@ -476,7 +476,7 @@ int mbedtls_ssl_tls1_3_evolve_secret( * \param md_type The hash algorithm associated to the PSK \p psk. * \param psk The buffer holding the PSK for which to create a binder. * \param psk_len The size of \p psk in bytes. - * \param is_external This indicates whether the PSK \p psk is externally + * \param psk_type This indicates whether the PSK \p psk is externally * provisioned (#MBEDTLS_SSL_TLS1_3_PSK_EXTERNAL) or a * resumption PSK (#MBEDTLS_SSL_TLS1_3_PSK_RESUMPTION). * \param transcript The handshake transcript up to the point where the