Password and certificate output to log is no longer conditioned by _DEBUG
This commit is contained in:
@@ -34,6 +34,9 @@ class wxEAPCredentialsDialog;
|
||||
class wxEAPNotePanel;
|
||||
class wxEAPProviderLockedPanel;
|
||||
class wxEAPCredentialWarningPanel;
|
||||
#ifdef __DANGEROUS__LOG_CONFIDENTIAL_DATA
|
||||
class wxEAPCredentialLogWarningPanel;
|
||||
#endif
|
||||
class wxEAPConfigWindow;
|
||||
class wxEAPProviderContactInfoPanel;
|
||||
class wxEAPProviderIDPanel;
|
||||
@@ -470,6 +473,20 @@ public:
|
||||
};
|
||||
|
||||
|
||||
///
|
||||
/// EAP credential logging enabled warning note
|
||||
///
|
||||
#ifdef __DANGEROUS__LOG_CONFIDENTIAL_DATA
|
||||
class wxEAPCredentialLogWarningPanel : public wxEAPNotePanel
|
||||
{
|
||||
public:
|
||||
///
|
||||
/// Constructs a notice pannel and set the title text
|
||||
///
|
||||
wxEAPCredentialLogWarningPanel(wxWindow* parent);
|
||||
};
|
||||
#endif
|
||||
|
||||
///
|
||||
/// EAP Configuration window
|
||||
///
|
||||
|
Reference in New Issue
Block a user