eap-peap: Fix build with DEBUG_LEVEL < 1

This commit is contained in:
Tobias Brunner 2023-05-03 12:27:48 +02:00
parent e252e1b465
commit 68f35b48d8
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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 &&