diff options
author | Sean Parkinson <sean@wolfssl.com> | 2017-10-16 05:45:09 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2017-12-24 19:40:21 (GMT) |
commit | 04b1bcc5f3b8ff9ceddfa7da5256609eed16d9c5 (patch) | |
tree | 3adf81984b7ca8c5d2132a1693255f15667c9cf9 /hostapd/Makefile | |
parent | 0c3d49afd8ff9489f7393aece8f441652162e45e (diff) | |
download | hostap-04b1bcc5f3b8ff9ceddfa7da5256609eed16d9c5.zip hostap-04b1bcc5f3b8ff9ceddfa7da5256609eed16d9c5.tar.gz hostap-04b1bcc5f3b8ff9ceddfa7da5256609eed16d9c5.tar.bz2 |
EAP-pwd: Use abstract crypto API
This makes it easier to use EAP-pwd with other crypto libraries than
OpenSSL.
Signed-off-by: Sean Parkinson <sean@wolfssl.com>
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r-- | hostapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index eb35672..cb146da 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -489,6 +489,7 @@ ifdef CONFIG_EAP_PWD CFLAGS += -DEAP_SERVER_PWD OBJS += ../src/eap_server/eap_server_pwd.o ../src/eap_common/eap_pwd_common.o NEED_SHA256=y +NEED_ECC=y endif ifdef CONFIG_EAP_EKE |