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

Collapse All | Expand All

(-)orig/src/eap_peer/Makefile (+2 lines)
Lines 32-37 override CFLAGS += -I. -I.. -I../crypto Link Here
32
override CFLAGS += -I ../../wpa_supplicant
32
override CFLAGS += -I ../../wpa_supplicant
33
33
34
OBJS_both += ../utils/common.o
34
OBJS_both += ../utils/common.o
35
OBJS_both += ../utils/eloop.o
35
OBJS_both += ../utils/os_unix.o
36
OBJS_both += ../utils/os_unix.o
36
OBJS_both += ../utils/wpa_debug.o
37
OBJS_both += ../utils/wpa_debug.o
37
OBJS_both += ../utils/base64.o
38
OBJS_both += ../utils/base64.o
Lines 46-51 OBJS_both += ../crypto/aes-eax.o Link Here
46
OBJS_both += ../crypto/aes-omac1.o
47
OBJS_both += ../crypto/aes-omac1.o
47
OBJS_both += ../crypto/ms_funcs.o
48
OBJS_both += ../crypto/ms_funcs.o
48
OBJS_both += ../crypto/sha256.o
49
OBJS_both += ../crypto/sha256.o
50
OBJS_both += ../crypto/random.o
49
51
50
52
51
OBJS_both += ../eap_common/eap_peap_common.o
53
OBJS_both += ../eap_common/eap_peap_common.o

Return to bug 427496