Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2021 18:20:07 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 33ec402fce28 - stable/12 - wpa: Remove duplicate options definitions
Message-ID:  <202111221820.1AMIK7mN001690@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=33ec402fce2806ffda0095b48dc56d8c5450fd6c

commit 33ec402fce2806ffda0095b48dc56d8c5450fd6c
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-11-09 00:16:46 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-11-22 18:19:31 +0000

    wpa: Remove duplicate options definitions
    
    Global options are defined in usr.sbin/wpa/Makefile.inc. Those in
    usr.sbin/wpa/src/crypto/Makefile are duplicates of those found above.
    Remove them.
    
    (cherry picked from commit 3332f1b444d4a73238e9f59cca27bfc95fe936bd)
---
 usr.sbin/wpa/src/crypto/Makefile | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/usr.sbin/wpa/src/crypto/Makefile b/usr.sbin/wpa/src/crypto/Makefile
index c95834279c21..eede671aa7db 100644
--- a/usr.sbin/wpa/src/crypto/Makefile
+++ b/usr.sbin/wpa/src/crypto/Makefile
@@ -139,20 +139,6 @@ SRCS+=	dh_groups.c
 .endif
 
 .if ${MK_WPA_SUPPLICANT_EAPOL} != "no"
-CFLAGS+=-DCONFIG_WPS \
-	-DCONFIG_HS20 \
-	-DCONFIG_INTERWORKING \
-	-DEAP_GTC \
-	-DEAP_LEAP \
-	-DEAP_MD5 \
-	-DEAP_MSCHAPv2 \
-	-DEAP_OTP \
-	-DEAP_PEAP \
-	-DEAP_PSK \
-	-DEAP_TLS \
-	-DEAP_TTLS \
-	-DEAP_WSC \
-	-DIEEE8021X_EAPOL
 SRCS+=	ms_funcs.c
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111221820.1AMIK7mN001690>