package/resiprocate: enable DES in openssl
authorRyan Barnett <ryan.barnett@collins.com>
Thu, 24 Jun 2021 14:08:13 +0000 (09:08 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 26 Jun 2021 12:34:36 +0000 (14:34 +0200)
commit56b9276ce85e113a191b76deae37c7c662a76a05
tree45528ca67e72b1a42cde3830a366e0e976aa965d
parent55bd2a7068b8d9b350e3562a752151e9c24c9031
package/resiprocate: enable DES in openssl

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/resiprocate/Config.in