From 3bd2d1fd09d6d02e1d1e29815503fc455e8d3f3f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 6 Feb 2020 11:44:28 +0100 Subject: [PATCH] credentials_tls: Update documentation Signed-off-by: Simon Rozman --- lib/TLS/include/Credentials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TLS/include/Credentials.h b/lib/TLS/include/Credentials.h index c437885..d671060 100644 --- a/lib/TLS/include/Credentials.h +++ b/lib/TLS/include/Credentials.h @@ -127,7 +127,7 @@ namespace eap /// /// \param[in] dwFlags A combination of [EAP flags](https://msdn.microsoft.com/en-us/library/windows/desktop/bb891975.aspx) that describe the EAP authentication session behavior /// \param[in] cred_cached Cached credentials (optional, can be \c NULL, must be `credentials_tls*` type) - /// \param[in] cfg Method configuration (unused, as must be as config_method_tls is not derived from `config_method_with_cred`) + /// \param[in] cfg Method configuration (must be `config_method_tls&` type) /// \param[in] pszTargetName The name in Windows Credential Manager to retrieve credentials from (optional, can be \c NULL) /// /// \returns