diff mbox series

[BlueZ] ELL: Uprev the ELL file list to version Rel 0.36

Message ID 20210114211322.328712-1-brian.gix@intel.com
State New
Headers show
Series [BlueZ] ELL: Uprev the ELL file list to version Rel 0.36 | expand

Commit Message

Brian Gix Jan. 14, 2021, 9:13 p.m. UTC
This has no functional change.  It simply changes the ELL file list used
for the staticly linked version of ELL into BlueZ executables.
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Brian Gix Jan. 26, 2021, 9:33 p.m. UTC | #1
Applied

On Thu, 2021-01-14 at 13:13 -0800, Brian Gix wrote:
> This has no functional change.  It simply changes the ELL file list used

> > for the statically linked version of ELL into BlueZ executables.

---
 Makefile.am | 3 +--
 1 file changed, 1
> insertion(+), 2 deletions(-)


diff --git a/Makefile.am b/Makefile.am
index 95917f695..83ac36485 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,7 +134,6 @@ ell_headers = ell/util.h \
 			ell/base64.h \
 			ell/pkcs5.h \
 			ell/asn1-private.h \
-			ell/pkcs5-private.h \
 			ell/cert-private.h \
 			ell/pem-private.h
 
@@ -156,8 +155,8 @@ ell_sources = ell/private.h ell/missing.h \
 			ell/checksum.c \
 			ell/pem.c \
 			ell/cert.c \
+			ell/cert-crypto.c \
 			ell/key.c \
-			ell/pkcs5.c \
 			ell/base64.c \
 			ell/utf8.c \
 			ell/dbus-private.h \
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 95917f695..83ac36485 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,7 +134,6 @@  ell_headers = ell/util.h \
 			ell/base64.h \
 			ell/pkcs5.h \
 			ell/asn1-private.h \
-			ell/pkcs5-private.h \
 			ell/cert-private.h \
 			ell/pem-private.h
 
@@ -156,8 +155,8 @@  ell_sources = ell/private.h ell/missing.h \
 			ell/checksum.c \
 			ell/pem.c \
 			ell/cert.c \
+			ell/cert-crypto.c \
 			ell/key.c \
-			ell/pkcs5.c \
 			ell/base64.c \
 			ell/utf8.c \
 			ell/dbus-private.h \