Include functionality to support EAP-FAST unconditionally
authorJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 14:20:32 +0000 (16:20 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 14:20:32 +0000 (16:20 +0200)
commite77e0a8320f4f92eeebfa222d97c338e4f3c4666
tree8896a53354cf66101f79875933fb2f00135af27c
parent1a7077786821d7ce20379ffe48fb83ed1e364f41
Include functionality to support EAP-FAST unconditionally

Clean up the internal TLS implementation by removing conditional
build blocks for (mostly) EAP-FAST specific functionality. This
will increase the size a big for non-EAP-FAST builds, but is quite
helpful in making src/tls/libtls.a with single build options. If
the potential size reduction is considered significant in the future,
this can be reconsider with a more library compatible way (e.g.,
external file with registration function, etc.).
src/tls/tlsv1_client.c
src/tls/tlsv1_client_write.c
src/tls/tlsv1_server.c
src/tls/tlsv1_server_read.c
src/tls/tlsv1_server_write.c