Split crypto_internal.c into parts to clean up build
authorJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 12:37:46 +0000 (14:37 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 12:37:46 +0000 (14:37 +0200)
commitbe473f3f09f515afaddaedc639ea20ae2a608269
treec00f2a0cabdbe3dd3ca7cbcee97ad848c82ff165
parent507d87930c672a224b99556a2b5fe4357db641c1
Split crypto_internal.c into parts to clean up build

This makes it easier to make src/libcrypto.a and only link in
code that is really used.
hostapd/Makefile
src/crypto/Makefile
src/crypto/crypto_internal-cipher.c [new file with mode: 0644]
src/crypto/crypto_internal-modexp.c [new file with mode: 0644]
src/crypto/crypto_internal-rsa.c [new file with mode: 0644]
src/crypto/crypto_internal.c
wpa_supplicant/Makefile