File project.diff of Package wpa_supplicant
--- config.orig
+++ config
@@ -289,6 +289,7 @@ CONFIG_IEEE80211W=y
# internal = Internal TLSv1 implementation (experimental)
# none = Empty template
#CONFIG_TLS=openssl
+CONFIG_TLS=internal
# TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1)
# can be enabled to get a stronger construction of messages when block ciphers
@@ -309,6 +310,7 @@ CONFIG_IEEE80211W=y
# LibTomMath can be used. See beginning of libtommath.c for details on benefits
# and drawbacks of this option.
#CONFIG_INTERNAL_LIBTOMMATH=y
+CONFIG_INTERNAL_LIBTOMMATH=y
#ifndef CONFIG_INTERNAL_LIBTOMMATH
#LTM_PATH=/usr/src/libtommath-0.39
#CFLAGS += -I$(LTM_PATH)
--- wpa_supplicant.changes.orig
+++ wpa_supplicant.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu May 28 13:11:42 UTC 2015 - seife+obs@b1-systems.com
+
+- change config to use internal ssl and libtom to fix WPA-EAP
+
+-------------------------------------------------------------------
Thu May 7 17:18:29 CEST 2015 - ro@suse.de
- added patch for bnc#930077