mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
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:
parent
d9fdbedf0e
commit
b055779642
16
Makefile.am
16
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user