mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-21 11:33:04 -05:00
wolfssl: Do not hardcode include directory in wpa_supplicant build
This is not really appropriate for any kind of cross compilations and is not really needed in general since system specific values can be set in .config. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
eb595b3e3a
commit
79488da576
@ -1077,7 +1077,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(CONFIG_TLS), wolfssl)
|
ifeq ($(CONFIG_TLS), wolfssl)
|
||||||
ifdef TLS_FUNCS
|
ifdef TLS_FUNCS
|
||||||
CFLAGS += -DWOLFSSL_DER_LOAD -I/usr/local/include/wolfssl
|
CFLAGS += -DWOLFSSL_DER_LOAD
|
||||||
OBJS += ../src/crypto/tls_wolfssl.o
|
OBJS += ../src/crypto/tls_wolfssl.o
|
||||||
endif
|
endif
|
||||||
OBJS += ../src/crypto/crypto_wolfssl.o
|
OBJS += ../src/crypto/crypto_wolfssl.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user