wolfssl: make WOLFSSL_HAS_OPENVPN default to y
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 8 Jun 2022 23:30:39 +0000 (20:30 -0300)
committerChristian 'Ansuel' Marangi <ansuelsmth@gmail.com>
Thu, 9 Jun 2022 00:53:00 +0000 (02:53 +0200)
commit3b90edaff954c99d3a84fec90561c1f7667ba2b3
tree954a5d16c19b5047f93d9d067e9a2b68d7914764
parentfe9c4593b5469b08f9195d5ffe09783e2ea50689
wolfssl: make WOLFSSL_HAS_OPENVPN default to y

Openvpn forces CONFIG_WOLFSSL_HAS_OPENVPN=y.  When the phase1 bots build
the now non-shared package, openvpn will not be selected, and WolfSSL
will be built without it.  Then phase2 bots have CONFIG_ALL=y, which
will select openvpn and force CONFIG_WOLFSSL_HAS_OPENVPN=y.  This
changes the version hash, causing dependency failures, as shared
packages expect the phase2 hash.

Fixes: #9738
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
package/libs/wolfssl/Config.in