From: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> The recent change in ELL included the header file tls.h which didn't included in the BlueZ. This patch adds a series of missing ELL headers and sources to align with the change in ELL. --- Makefile.am | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f98243f72..94f30a435 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,12 @@ ell_headers = ell/util.h \ ell/uuid.h \ ell/useful.h \ ell/main-private.h \ - ell/tester.h + ell/tester.h \ + ell/tls.h \ + ell/tls-private.h \ + ell/ecc.h \ + ell/ecc-private.h \ + ell/ecdh.h ell_sources = ell/private.h ell/missing.h \ ell/util.c \ @@ -178,7 +183,14 @@ ell_sources = ell/private.h ell/missing.h \ ell/siphash-private.h \ ell/siphash.c \ ell/uuid.c \ - ell/tester.c + ell/tester.c \ + ell/tls.c \ + ell/tls-extensions.c \ + ell/tls-suites.c \ + ell/tls-record.c \ + ell/ecc.c \ + ell/ecc-external.c \ + ell/ecdh.c ell_shared = ell/useful.h -- 2.25.1