FreeBSD Bugzilla – Attachment 229109 Details for
Bug 259517
wpa/hostapd fails to build when WITHOUT_CRYPT is set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable PASN when WITHOUT_CRYPT
disable-pasn-build.diff (text/plain), 601 bytes, created by
Cy Schubert
on 2021-10-28 23:51:34 UTC
(
hide
)
Description:
Disable PASN when WITHOUT_CRYPT
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2021-10-28 23:51:34 UTC
Size:
601 bytes
patch
obsolete
>diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc >index 915b5312f02f..e43a6f539d92 100644 >--- a/usr.sbin/wpa/Makefile.inc >+++ b/usr.sbin/wpa/Makefile.inc >@@ -56,7 +56,6 @@ CFLAGS+=-DCONFIG_TDLS > CFLAGS+=-DCONFIG_TERMINATE_ONLASTIF > CFLAGS+=-DCONFIG_TLS=openssl > CFLAGS+=-DCONFIG_MATCH_IFACE >-CFLAGS+=-DCONFIG_PASN > CFLAGS+=-DCONFIG_PTKSA_CACHE > CFLAGS+=-DEAP_SERVER > CFLAGS+=-DEAP_SERVER_GTC >@@ -91,6 +90,10 @@ NEED_AES_ENCBLOCK=y > NEED_AES_OMAC1=y > .endif > >+.if ${MK_CRYPT} != "no" >+CFLAGS+=-DCONFIG_PASN >+.endif >+ > .if !empty(CFLAGS:M*-DEAP_AKA) > NEED_SIM_COMMON=y > NEED_AES_CBC=y
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259517
: 229109