Move RC4 into crypto.h as a replaceable crypto function
authorJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 17:13:14 +0000 (20:13 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 17:13:14 +0000 (20:13 +0300)
commitac73690c06e8c05a9e36483b104a431c26171512
treeed7f06db4091c9f1c71fed7e746f9257fd283c99
parent8ef168311557982dd6b88cfcf26453aeb4dad6ac
Move RC4 into crypto.h as a replaceable crypto function

This allows crypto library wrappers to override the internal RC4
implementation in the same way as can already be done for other crypto
algorithms.
13 files changed:
hostapd/Makefile
hostapd/ieee802_11.c
hostapd/ieee802_1x.c
hostapd/wpa.c
src/crypto/crypto.h
src/crypto/crypto_internal.c
src/crypto/crypto_libtomcrypt.c
src/crypto/ms_funcs.c
src/crypto/rc4.c
src/crypto/rc4.h [deleted file]
src/eapol_supp/eapol_supp_sm.c
src/rsn_supp/wpa.c
wpa_supplicant/Makefile