From 55ab64ed1a0472f70a466d5b53c317992c0640c0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 1 Jun 2016 10:35:38 +0200 Subject: makefile.m32: add crypt32 for winssl builds Dependency added by 6cabd78 Closes #849 --- lib/Makefile.m32 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Makefile.m32') diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 2142bfc42..522dbd1df 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -258,6 +258,10 @@ ifdef SSL CFLAGS += -DHAVE_OPENSSL_SRP -DUSE_TLS_SRP endif endif +else +ifdef WINSSL + DLL_LIBS += -lcrypt32 +endif endif ifdef ZLIB INCLUDES += -I"$(ZLIB_PATH)" -- cgit v1.2.1