Add rules for building src/tls/libtls.a and use it with eap_example
authorJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 14:27:54 +0000 (16:27 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 14:27:54 +0000 (16:27 +0200)
commit912321e93537c409aa4d75866df9b8e855d3e554
treed1326c1b0ed3061e7b4bf1f29b4d7bca876fd521
parente77e0a8320f4f92eeebfa222d97c338e4f3c4666
Add rules for building src/tls/libtls.a and use it with eap_example

eap_example is now using src/crypto/libcrypto.a and src/tls/libtls.a
instead of providing own rules for building the files for these
components. TLS library selection is temporarily disabled for
eap_example (it will be built using internal crypto/TLS), but the
configuration option for this will eventually be restored with a new
libcrypto.a configuration option.
eap_example/Makefile
src/tls/.gitignore [new file with mode: 0644]
src/tls/Makefile