From: Tedd Ho-Jeong An <hj.tedd.an@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [BlueZ] Build: Add missing ELL headers and sources
Date: Wed, 28 Apr 2021 15:56:50 -0700 [thread overview]
Message-ID: <20210428225650.372450-1-hj.tedd.an@gmail.com> (raw)
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
next reply other threads:[~2021-04-28 22:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-28 22:56 Tedd Ho-Jeong An [this message]
2021-04-28 23:42 ` [BlueZ] Build: Add missing ELL headers and sources bluez.test.bot
2021-05-01 0:42 ` Luiz Augusto von Dentz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210428225650.372450-1-hj.tedd.an@gmail.com \
--to=hj.tedd.an@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox