Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 470038
Collapse All | Expand All

(-)a/src/eap_peer/Makefile (+2 lines)
Lines 36-41 Link Here
36
OBJS_both += ../utils/wpa_debug.o
36
OBJS_both += ../utils/wpa_debug.o
37
OBJS_both += ../utils/base64.o
37
OBJS_both += ../utils/base64.o
38
OBJS_both += ../utils/wpabuf.o
38
OBJS_both += ../utils/wpabuf.o
39
OBJS_both += ../utils/eloop.o
39
OBJS_both += ../crypto/md5.o
40
OBJS_both += ../crypto/md5.o
40
ifneq ($(CONFIG_TLS), openssl)
41
ifneq ($(CONFIG_TLS), openssl)
41
OBJS_both += ../crypto/sha1.o
42
OBJS_both += ../crypto/sha1.o
Lines 48-53 Link Here
48
OBJS_both += ../crypto/aes-omac1.o
49
OBJS_both += ../crypto/aes-omac1.o
49
OBJS_both += ../crypto/ms_funcs.o
50
OBJS_both += ../crypto/ms_funcs.o
50
OBJS_both += ../crypto/sha256.o
51
OBJS_both += ../crypto/sha256.o
52
OBJS_both += ../crypto/random.o
51
53
52
54
53
OBJS_both += ../eap_common/eap_peap_common.o
55
OBJS_both += ../eap_common/eap_peap_common.o

Return to bug 470038