Skip to content

Commit

Permalink
package/openconnect: fix openssl support
Browse files Browse the repository at this point in the history
Enable needed OpenSSL options even when GnuTLS is enabled as OpenSSL
is used in priority over GnuTLS.

Fixes:

  http://autobuild.buildroot.net/results/f53/f535a63b80f2efe59709d5d9b59bc27ba66d2c26/

Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
bkuhls authored and tpetazzoni committed Aug 6, 2024
1 parent a050388 commit a3a7e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/openconnect/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config BR2_PACKAGE_OPENCONNECT
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
# configure: error: LibreSSL does not support Cisco DTLS.
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL if !BR2_PACKAGE_GNUTLS
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if !BR2_PACKAGE_GNUTLS
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if !BR2_PACKAGE_GNUTLS
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_ZLIB
help
Expand Down

0 comments on commit a3a7e67

Please sign in to comment.