diff --git a/EAPMethods/include/EAPMethods.h b/EAPMethods/include/EAPMethods.h index 920aaf5..470ee9e 100644 Binary files a/EAPMethods/include/EAPMethods.h and b/EAPMethods/include/EAPMethods.h differ diff --git a/EAPMethods/include/EAPTLS.h b/EAPMethods/include/EAPTLS.h index e677d42..79d10bc 100644 --- a/EAPMethods/include/EAPTLS.h +++ b/EAPMethods/include/EAPTLS.h @@ -91,7 +91,7 @@ namespace eap /// /// \param[in] pDoc XML document /// \param[in] pConfigRoot Suggested root element for saving configuration - /// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_memory()`. + /// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_error_memory()`. /// /// \returns /// - \c ERROR_SUCCESS if succeeded @@ -103,7 +103,7 @@ namespace eap /// Load configuration from XML document /// /// \param[in] pConfigRoot Root element for loading configuration - /// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_memory()`. + /// \param[out] ppEapError Pointer to error descriptor in case of failure. Free using `module::free_error_memory()`. /// /// \returns /// - \c ERROR_SUCCESS if succeeded diff --git a/EAPMethods/include/EAPTTLS.h b/EAPMethods/include/EAPTTLS.h index 6a22281..8b3a086 100644 Binary files a/EAPMethods/include/EAPTTLS.h and b/EAPMethods/include/EAPTTLS.h differ diff --git a/EAPMethods/src/EAPTTLS.cpp b/EAPMethods/src/EAPTTLS.cpp index b85db05..821e993 100644 Binary files a/EAPMethods/src/EAPTTLS.cpp and b/EAPMethods/src/EAPTTLS.cpp differ diff --git a/EAPMethods/src/MainUI.cpp b/EAPMethods/src/MainUI.cpp index ce3050c..01f7ec1 100644 Binary files a/EAPMethods/src/MainUI.cpp and b/EAPMethods/src/MainUI.cpp differ