Fix wpa_passphrase build with NSS

This commit is contained in:
Jouni Malinen 2009-09-30 19:14:43 +03:00 committed by Jouni Malinen
parent d094741c5a
commit 9fac49c15c

View file

@ -658,6 +658,7 @@ endif
ifeq ($(CONFIG_TLS), nss)
OBJS += ../src/crypto/tls_nss.o
LIBS += -lnss3 -lssl3
LIBS_p += -lnss3
endif
ifeq ($(CONFIG_TLS), internal)
OBJS += ../src/crypto/tls_internal.o
@ -730,6 +731,7 @@ ifeq ($(CONFIG_TLS), schannel)
endif
ifeq ($(CONFIG_TLS), nss)
LIBS += -lnss3
LIBS_p += -lnss3
endif
ifeq ($(CONFIG_TLS), internal)
ifeq ($(CONFIG_CRYPTO), libtomcrypt)