Loading lib/Makefile.m32 +5 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,11 @@ ifdef SSH2 INCLUDES += -I"$(LIBSSH2_PATH)/include" -I"$(LIBSSH2_PATH)/win32" CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H DLL_LIBS += -L"$(LIBSSH2_PATH)/win32" -lssh2 ifdef WINSSL ifndef DYN DLL_LIBS += -lbcrypt -lcrypt32 endif endif endif ifdef SSL ifndef OPENSSL_INCLUDE Loading src/Makefile.m32 +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib/Makefile.m32 +5 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,11 @@ ifdef SSH2 INCLUDES += -I"$(LIBSSH2_PATH)/include" -I"$(LIBSSH2_PATH)/win32" CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H DLL_LIBS += -L"$(LIBSSH2_PATH)/win32" -lssh2 ifdef WINSSL ifndef DYN DLL_LIBS += -lbcrypt -lcrypt32 endif endif endif ifdef SSL ifndef OPENSSL_INCLUDE Loading
src/Makefile.m32 +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading