All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/resiprocate: enable DES in openssl
@ 2021-06-24 14:08 Ryan Barnett
  2021-06-26 12:35 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Barnett @ 2021-06-24 14:08 UTC (permalink / raw)
  To: buildroot

From: Ryan Barnett <ryan.barnett@collins.com>

resiprocate security backend assumes that if openssl is enabled that
it provides DES support. However DES support in openssl has become
optional since  commit a83d418 ("package/libopenssl: add option to
enable some features").

Select openssl DES support in wpa_supplicant Kconfig to avoid build
failures.

Fixes:
http://autobuild.buildroot.net/results/f7def0d5706f9e6ab97accc4eaa5f512a11bcb4c

Signed-off-by: Ryan Barnett <ryan.barnett@collins.com>
---
 package/resiprocate/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/resiprocate/Config.in b/package/resiprocate/Config.in
index 509c11ffda..7561b7c86c 100644
--- a/package/resiprocate/Config.in
+++ b/package/resiprocate/Config.in
@@ -9,6 +9,7 @@ config BR2_PACKAGE_RESIPROCATE
 	depends on BR2_USE_WCHAR
 	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_C_ARES
+	select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
 	help
 	  reSIProcate is a framework that aims to fully implement the
 	  SIP protocol in first class C++. It is intended for use in
-- 
2.25.1

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

* [Buildroot] [PATCH] package/resiprocate: enable DES in openssl
  2021-06-24 14:08 [Buildroot] [PATCH] package/resiprocate: enable DES in openssl Ryan Barnett
@ 2021-06-26 12:35 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-06-26 12:35 UTC (permalink / raw)
  To: buildroot

On Thu, 24 Jun 2021 09:08:13 -0500
Ryan Barnett <ryanbarnett3@gmail.com> wrote:

> From: Ryan Barnett <ryan.barnett@collins.com>
> 
> resiprocate security backend assumes that if openssl is enabled that
> it provides DES support. However DES support in openssl has become
> optional since  commit a83d418 ("package/libopenssl: add option to
> enable some features").
> 
> Select openssl DES support in wpa_supplicant Kconfig to avoid build
> failures.
> 
> Fixes:
> http://autobuild.buildroot.net/results/f7def0d5706f9e6ab97accc4eaa5f512a11bcb4c
> 
> Signed-off-by: Ryan Barnett <ryan.barnett@collins.com>
> ---
>  package/resiprocate/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-06-26 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 14:08 [Buildroot] [PATCH] package/resiprocate: enable DES in openssl Ryan Barnett
2021-06-26 12:35 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.