eap-peap: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
@@ -191,7 +191,7 @@ METHOD(tls_application_t, build, status_t,
|
||||
{
|
||||
chunk_t data;
|
||||
eap_code_t code;
|
||||
eap_type_t type;
|
||||
eap_type_t type DBG_UNUSED;
|
||||
pen_t vendor;
|
||||
|
||||
if (this->out)
|
||||
|
||||
@@ -343,7 +343,7 @@ METHOD(tls_application_t, build, status_t,
|
||||
{
|
||||
chunk_t data;
|
||||
eap_code_t code;
|
||||
eap_type_t type;
|
||||
eap_type_t type DBG_UNUSED;
|
||||
pen_t vendor;
|
||||
|
||||
if (!this->ph2_method && this->start_phase2 &&
|
||||
|
||||
Reference in New Issue
Block a user