Removing the OpenSSL library for CyaSSL.
OpenSSL license was not compatible with the GPL license.
This commit is contained in:
@ -27,7 +27,7 @@ AM_CFLAGS = \
|
||||
-D_GNU_SOURCE
|
||||
|
||||
if DTLS_ENABLED
|
||||
AM_CFLAGS += $(SSL_CFLAGS)
|
||||
AM_CFLAGS += $(CYASSL_CFLAGS)
|
||||
endif
|
||||
|
||||
INCLUDES = \
|
||||
@ -63,7 +63,7 @@ wtp_LDADD = \
|
||||
$(CONFIG_LIBS)
|
||||
|
||||
if DTLS_ENABLED
|
||||
wtp_LDADD += $(SSL_LIBS)
|
||||
wtp_LDADD += $(CYASSL_LIBS)
|
||||
endif
|
||||
|
||||
if BUILD_WTP_WIFI_DRIVERS_NL80211
|
||||
|
Reference in New Issue
Block a user