mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
eap-peap: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
parent
e252e1b465
commit
68f35b48d8
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user