ui_context: Merge with ui_context_tls_tunnel
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -352,7 +352,7 @@ void eap::peer_ttls_ui::invoke_interactive_ui(
|
||||
// Unpack context data.
|
||||
config_connection cfg(*this);
|
||||
credentials_connection cred(*this, cfg);
|
||||
ui_context_tls_tunnel ctx(cfg, cred);
|
||||
ui_context ctx(cfg, cred);
|
||||
unpack(ctx, pUIContextData, dwUIContextDataSize);
|
||||
|
||||
// Look-up the provider.
|
||||
|
@@ -32,6 +32,6 @@
|
||||
#include "../../GTC_UI/include/GTC_UI.h"
|
||||
|
||||
#include "../../EapHost/include/Credentials.h"
|
||||
#include "../../TTLS/include/UIContext.h"
|
||||
#include "../../EapBase/include/UIContext.h"
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
|
Reference in New Issue
Block a user