treewide: Remove use of key-private.h

This commit is contained in:
Denis Kenzior 2018-10-19 00:31:13 -05:00
parent 6e8f10f695
commit d22e57c994
4 changed files with 0 additions and 4 deletions

View File

@ -61,7 +61,6 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/tls-record.c \
ell/uuid.h ell/uuid.c \
ell/key.h ell/key.c \
ell/key-private.h \
ell/asn1-private.h \
ell/pkcs5.h ell/pkcs5.c \
ell/pkcs5-private.h \

View File

@ -29,7 +29,6 @@
#include <errno.h>
#include <getopt.h>
#include <ell/ell.h>
#include "ell/key-private.h"
#include "linux/nl80211.h"

View File

@ -30,7 +30,6 @@
#include <linux/if_ether.h>
#include <ell/ell.h>
#include <ell/tls-private.h>
#include <ell/key-private.h>
#include "src/util.h"
#include "src/eapol.h"

View File

@ -30,7 +30,6 @@
#include <stdlib.h>
#include <linux/if_ether.h>
#include <ell/ell.h>
#include <ell/key-private.h>
#include "src/wscutil.h"
#include "src/eapol.h"