Fix wpa_passphrase build with NSS
This commit is contained in:
parent
d094741c5a
commit
9fac49c15c
1 changed files with 2 additions and 0 deletions
|
@ -658,6 +658,7 @@ endif
|
||||||
ifeq ($(CONFIG_TLS), nss)
|
ifeq ($(CONFIG_TLS), nss)
|
||||||
OBJS += ../src/crypto/tls_nss.o
|
OBJS += ../src/crypto/tls_nss.o
|
||||||
LIBS += -lnss3 -lssl3
|
LIBS += -lnss3 -lssl3
|
||||||
|
LIBS_p += -lnss3
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_TLS), internal)
|
ifeq ($(CONFIG_TLS), internal)
|
||||||
OBJS += ../src/crypto/tls_internal.o
|
OBJS += ../src/crypto/tls_internal.o
|
||||||
|
@ -730,6 +731,7 @@ ifeq ($(CONFIG_TLS), schannel)
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_TLS), nss)
|
ifeq ($(CONFIG_TLS), nss)
|
||||||
LIBS += -lnss3
|
LIBS += -lnss3
|
||||||
|
LIBS_p += -lnss3
|
||||||
endif
|
endif
|
||||||
ifeq ($(CONFIG_TLS), internal)
|
ifeq ($(CONFIG_TLS), internal)
|
||||||
ifeq ($(CONFIG_CRYPTO), libtomcrypt)
|
ifeq ($(CONFIG_CRYPTO), libtomcrypt)
|
||||||
|
|
Loading…
Add table
Reference in a new issue