This fixes multiple inclusion errors when CONFIG_TLS=openssl. Andrew Beltrano (2): Make tls_engine_load_dynamic_generic externally accessible. Drop tls prefix from tls_engine_load_dynamic_generic. doc/code_structure.doxygen | 3 + hostapd/Android.mk | 11 +++ hostapd/Makefile | 11 +++ src/crypto/openssl_engine.c | 97 ++++++++++++++++++++++ src/crypto/openssl_engine.h | 10 +++ src/crypto/tls_openssl.c | 90 +------------------- wpa_supplicant/Android.mk | 11 +++ wpa_supplicant/Makefile | 11 +++ wpa_supplicant/nmake.mak | 1 + wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj | 4 + 10 files changed, 162 insertions(+), 87 deletions(-) create mode 100644 src/crypto/openssl_engine.c create mode 100644 src/crypto/openssl_engine.h -- 2.20.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap