diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2015-04-21 01:45:11 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2015-04-21 01:45:11 +0000 |
commit | 5b9c547c072b84410b50897cc53710c75b2f6b74 (patch) | |
tree | 2cc3a30a65916dde45972adbf0d20263dbd38514 /usr.sbin/wpa/wpa_passphrase/Makefile | |
parent | 9d273a1ffc5b43cecba2090ce106e1706c89173b (diff) | |
parent | fbffd80fb2ba16c68f799da68a119d5e69643604 (diff) | |
download | src-5b9c547c072b84410b50897cc53710c75b2f6b74.tar.gz src-5b9c547c072b84410b50897cc53710c75b2f6b74.zip |
Merge wpa_supplicant/hostapd 2.4.
Major changes are: SAE, Suite B, RFC 7268, EAP-PKE, ACS, and tons of
bug fixes.
Relnotes: yes
Notes
Notes:
svn path=/head/; revision=281806
Diffstat (limited to 'usr.sbin/wpa/wpa_passphrase/Makefile')
-rw-r--r-- | usr.sbin/wpa/wpa_passphrase/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/wpa/wpa_passphrase/Makefile b/usr.sbin/wpa/wpa_passphrase/Makefile index c1384817dddc..aaf5c19906f7 100644 --- a/usr.sbin/wpa/wpa_passphrase/Makefile +++ b/usr.sbin/wpa/wpa_passphrase/Makefile @@ -5,11 +5,10 @@ .PATH.c:${WPA_SUPPLICANT_DISTDIR} PROG= wpa_passphrase -SRCS= common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c sha1.c \ - wpa_passphrase.c +SRCS= common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c \ + sha1.c wpa_passphrase.c -CFLAGS+= -DINTERNAL_SHA1 -CFLAGS+= -DINTERNAL_MD5 +CFLAGS+= -DCONFIG_CRYPTO_INTERNAL -DINTERNAL_SHA1 -DINTERNAL_MD5 LIBADD+= util |