Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 544036 | Differences between
and this patch

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
ifneq ($(CONFIG_TLS), openssl)
40
ifneq ($(CONFIG_TLS), openssl)
40
OBJS_both += ../crypto/md5.o
41
OBJS_both += ../crypto/md5.o
41
OBJS_both += ../crypto/sha1.o
42
OBJS_both += ../crypto/sha1.o
Lines 50-55 Link Here
50
OBJS_both += ../crypto/aes-omac1.o
51
OBJS_both += ../crypto/aes-omac1.o
51
OBJS_both += ../crypto/ms_funcs.o
52
OBJS_both += ../crypto/ms_funcs.o
52
OBJS_both += ../crypto/sha256.o
53
OBJS_both += ../crypto/sha256.o
54
OBJS_both += ../crypto/random.o
53
55
54
56
55
OBJS_both += ../eap_common/eap_peap_common.o
57
OBJS_both += ../eap_common/eap_peap_common.o

Return to bug 544036