From cd4e1a8cdc6c2702921c630a4b85f62dfdfd434b Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 22 Feb 2008 18:45:24 -0800 Subject: wpa_passphrase.exe linking needs -lgdi32 due to some changes in crypto code --- wpa_supplicant/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 69c6eb0..de1a56f 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -823,7 +823,7 @@ ifdef CONFIG_NATIVE_WINDOWS CFLAGS += -DCONFIG_NATIVE_WINDOWS LIBS += -lws2_32 -lgdi32 -lcrypt32 LIBS_c += -lws2_32 -LIBS_p += -lws2_32 +LIBS_p += -lws2_32 -lgdi32 ifeq ($(CONFIG_CRYPTO), cryptoapi) LIBS_p += -lcrypt32 endif -- cgit v0.12