Fix EAP-EKE peer build rules
NEED_AES_CBC is needed for EAP-EKE builds. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
939471b9eb
commit
de78844b33
2 changed files with 2 additions and 0 deletions
|
@ -665,6 +665,7 @@ CONFIG_IEEE8021X_EAPOL=y
|
|||
NEED_DH_GROUPS=y
|
||||
NEED_DH_GROUPS_ALL=y
|
||||
NEED_SHA256=y
|
||||
NEED_AES_CBC=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_WPS
|
||||
|
|
|
@ -665,6 +665,7 @@ CONFIG_IEEE8021X_EAPOL=y
|
|||
NEED_DH_GROUPS=y
|
||||
NEED_DH_GROUPS_ALL=y
|
||||
NEED_SHA256=y
|
||||
NEED_AES_CBC=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_WPS
|
||||
|
|
Loading…
Reference in a new issue