public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [BlueZ] Build: Add missing ELL headers and sources
@ 2021-04-28 22:56 Tedd Ho-Jeong An
  2021-04-28 23:42 ` bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: Tedd Ho-Jeong An @ 2021-04-28 22:56 UTC (permalink / raw)
  To: linux-bluetooth

From: Tedd Ho-Jeong An <tedd.an@intel.com>

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-01  0:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-28 22:56 [BlueZ] Build: Add missing ELL headers and sources Tedd Ho-Jeong An
2021-04-28 23:42 ` bluez.test.bot
2021-05-01  0:42   ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox