Fix CONFIG_NO_WPA_PASSPHRASE=y build
authorJouni Malinen <j@w1.fi>
Thu, 23 Jun 2011 16:53:45 +0000 (19:53 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jun 2011 16:53:45 +0000 (19:53 +0300)
commit62b98282ba53184abeb90eaf5633ed583bd206aa
treec80f19c91482bfcfc09008139de67bdce53516ab
parent4aced422d30741a3ea42b368ae9f150318077bff
Fix CONFIG_NO_WPA_PASSPHRASE=y build

Need to define CONFIG_NO_PBKDF2 even though the crypto cleanup moved
the function to a separate file since there is conditional code in
wpa_supplicant/config.c. In addition, wpa_passphrase should not be
built at all if passphrase functionality is removed.
wpa_supplicant/Makefile