Skip to content

Commit

Permalink
wolfssl: WOLFSSL_HAS_WPAS requires WOLFSSL_HAS_DH
Browse files Browse the repository at this point in the history
Without this, WOLFSSL_HAS_DH can be disabled even if WOLFSSL_HAS_WPAS is
enabled, resulting in an "Anonymous suite requires DH" error when trying
to compile wolfssl.

Signed-off-by: Pascal Ernster <git@hardfalcon.net>
Reviewed-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
  • Loading branch information
hardfalcon authored and Ansuel committed Jul 6, 2022
1 parent fd2f313 commit 21825af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libs/wolfssl/Config.in
Expand Up @@ -43,6 +43,7 @@ config WOLFSSL_HAS_OCSP
config WOLFSSL_HAS_WPAS
bool "Include wpa_supplicant support"
select WOLFSSL_HAS_ARC4
select WOLFSSL_HAS_DH
select WOLFSSL_HAS_OCSP
select WOLFSSL_HAS_SESSION_TICKET
default y
Expand Down

0 comments on commit 21825af

Please sign in to comment.