Crypto build cleanup: remove NEED_FIPS186_2_PRF
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 11 Aug 2009 17:06:23 +0000 (20:06 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 11 Aug 2009 17:06:23 +0000 (20:06 +0300)
commit05edfe29943afe073f500129c7c3e00b540e8c4d
treecf92916ddeeb71dbadb4f0de55763060ca336ad4
parentad01a5315e6b23c8bc31d65a3f192f41d7a8595b
Crypto build cleanup: remove NEED_FIPS186_2_PRF

Instead of using a define and conditional building of crypto wrapper
parts, move the FIPS 186-2 PRF implementation into separate files.
hostapd/Makefile
src/crypto/crypto_gnutls.c
src/crypto/crypto_openssl.c
src/crypto/fips_prf_gnutls.c [new file with mode: 0644]
src/crypto/fips_prf_internal.c [new file with mode: 0644]
src/crypto/fips_prf_openssl.c [new file with mode: 0644]
src/crypto/sha1-internal.c
wpa_supplicant/Makefile