diff options
author | Jouni Malinen <j@w1.fi> | 2008-01-16 04:08:49 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-01-16 04:08:49 (GMT) |
commit | d9d039fa8c7d9c0ef27fcaa746a382dd02263538 (patch) | |
tree | f224f8bcc8d819a68ed9a9cb9d0bd2245230c163 /hostapd | |
parent | 143439c257ca44ea6e1691379ef63ab31f91a60b (diff) | |
download | hostap-history-d9d039fa8c7d9c0ef27fcaa746a382dd02263538.zip hostap-history-d9d039fa8c7d9c0ef27fcaa746a382dd02263538.tar.gz hostap-history-d9d039fa8c7d9c0ef27fcaa746a382dd02263538.tar.bz2 |
WPS: Make sure SHA256 and crypto support gets included in the build
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index 4a69136..c2a5fa7 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -261,6 +261,8 @@ OBJS += ../src/wps/wps_dev_attr.o OBJS += ../src/wps/wps_enrollee.o OBJS += ../src/wps/wps_registrar.o NEED_DH_GROUPS=y +NEED_SHA256=y +NEED_CRYPTO=y endif ifdef CONFIG_EAP_IKEV2 |