Build: Add missing ELL headers and sources

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.
This commit is contained in:
Tedd Ho-Jeong An 2021-04-28 15:56:50 -07:00 committed by Luiz Augusto von Dentz
parent d9fdbedf0e
commit b055779642

View File

@ -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