X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=libeap%2FMakefile.am;fp=libeap%2FMakefile.am;h=38d285c0392c63395ab7209bfd5a458374f661ad;hp=2fab89cb8b9865436422491b2ef3ea43d7ad910a;hb=07a9c3dbfa720f449674bba6f137b6895992c902;hpb=723d7820a8d7026ec9e57582d215c876a02da93d diff --git a/libeap/Makefile.am b/libeap/Makefile.am index 2fab89c..38d285c 100755 --- a/libeap/Makefile.am +++ b/libeap/Makefile.am @@ -103,6 +103,7 @@ UTILS_SRCS = src/utils/base64.c \ src/utils/common.c \ src/utils/eloop.c \ src/utils/eloop.h \ + src/utils/ext_password.h \ src/utils/ip_addr.c \ src/utils/radiotap.c \ src/utils/trace.c \ @@ -121,6 +122,7 @@ UTILS_SRCS = src/utils/base64.c \ src/utils/list.h \ src/utils/os.h \ src/utils/pcsc_funcs.h \ + src/utils/platform.h \ src/utils/radiotap.h \ src/utils/radiotap_iter.h \ src/utils/state_machine.h \ @@ -154,8 +156,10 @@ CRYPTO_SRCS = \ src/crypto/random.h \ src/crypto/sha1.h \ src/crypto/sha256.h \ + src/crypto/sha384.h \ src/crypto/sha256-tlsprf.c \ - src/crypto/tls.h + src/crypto/tls.h \ + src/crypto/tls_openssl.h #TLS_SRCS = \