Crypto build cleanup: remove CONFIG_NO_PBKDF2
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 11 Aug 2009 17:31:39 +0000 (20:31 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 11 Aug 2009 17:31:39 +0000 (20:31 +0300)
commit18abe7acb016ae3ef35c82e446437359bbd8de2f
tree41043dfcdf114223e016de1b144f3e6a2f83333e
parentd9feab18fc50218afd1a351965945bec21e4ba7c
Crypto build cleanup: remove CONFIG_NO_PBKDF2

Instead of using a define and conditional building of sha1.c parts,
move the PBKDF2 implementation into a separate file.
hostapd/Makefile
src/crypto/sha1-pbkdf2.c [new file with mode: 0644]
src/crypto/sha1.c
wpa_supplicant/Makefile