Password and certificate output to log is no longer conditioned by _DEBUG

This commit is contained in:
2016-11-07 10:17:47 +01:00
parent f197c0c937
commit ebe12e5157
4 changed files with 49 additions and 3 deletions

View File

@@ -67,6 +67,13 @@ class wxEAPProviderLockedPanel;
///
class wxEAPCredentialWarningPanel;
#ifdef __DANGEROUS__LOG_CONFIDENTIAL_DATA
///
/// EAP credential logging enabled warning note
///
class wxEAPCredentialLogWarningPanel;
#endif
///
/// EAP Configuration window
///
@@ -445,6 +452,18 @@ public:
};
#ifdef __DANGEROUS__LOG_CONFIDENTIAL_DATA
class wxEAPCredentialLogWarningPanel : public wxEAPNotePanel
{
public:
///
/// Constructs a notice pannel and set the title text
///
wxEAPCredentialLogWarningPanel(wxWindow* parent);
};
#endif
class wxEAPConfigWindow : public wxScrolledWindow
{
public: