wpa_supplicant: trying to build with wired driver out of CVS...
Jouni Malinen
jkmaline
Sat Sep 17 17:41:25 PDT 2005
On Sat, Sep 17, 2005 at 10:42:30PM +0200, Cristian Ionescu-Idbohrn wrote:
> ,---- [ .config ]
> | CONFIG_DRIVER_WIRED=y
> | CONFIG_IEEE8021X_EAPOL=y
> | CONFIG_EAP_TLS=y
> | CONFIG_CTRL_IFACE=y
> `----
> If I modify the Makefile (shot in the dark?) like this:
> | ifeq ($(CONFIG_TLS), openssl)
> | OBJS += tls_openssl.o
> | +#//#
> | +OBJS += crypto.o
> | +OBJS_p += crypto.o
> | +#//#
There was a bug in Makefile that broke a build that included TLS, but
not any EAP method that used MS_FUNCS (e.g., MSCHAPv2). This is now
fixed in CVS. crypto.o was indeed needed to be included in such a case.
--
Jouni Malinen PGP id EFC895FA
More information about the Hostap
mailing list