Skip to content

Commit ba3a649

Browse files
author
Mika Leppänen
committed
Added WS flagging to EAP header parser
1 parent 5739b4a commit ba3a649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Security/PANA/pana_eap_header.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "string.h"
2020
#include "common_functions.h"
2121
#include "Security/PANA/pana_eap_header.h"
22-
#ifdef PANA
22+
#if defined(PANA) || defined(HAVE_WS)
2323

2424
bool eap_header_parse(uint8_t *data_ptr, uint16_t length, eap_header_t *header)
2525
{

0 commit comments

Comments
 (0)