3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

eap-ttls: Use iwd's version of align_len

No need to include ell's private bits unnecessarily
This commit is contained in:
Denis Kenzior 2018-10-19 00:20:47 -05:00
parent 770f3c6049
commit 6e8f10f695

View File

@ -29,8 +29,8 @@
#include <errno.h>
#include <ell/ell.h>
#include <ell/tls-private.h>
#include <ell/private.h>
#include "util.h"
#include "eap.h"
#include "eap-private.h"
#include "eap-tls-common.h"