aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r--src/Makefile.m325
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index d941da952..076fc5e35 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -238,6 +238,11 @@ endif
ifdef SSH2
CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H
curl_LDADD += -L"$(LIBSSH2_PATH)/win32" -lssh2
+ ifdef WINSSL
+ ifndef DYN
+ curl_LDADD += -lbcrypt -lcrypt32
+ endif
+ endif
endif
ifdef SSL
ifndef OPENSSL_INCLUDE