cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: FTPS using lib-curl

From: Gisle Vanem <giva_at_bgnett.no>
Date: Fri, 3 Dec 2004 14:26:31 +0100

"vamsi" <vamsi_at_APPIQ.com> wrote:

>I dont understand what is being told !!!
> I have build the dll's using VC++.Now how should I enable the SSL.

How did you build it? You should use the Makefile.vc6 with correct
"cfg". E.g. in curl/lib do:
  nmake -f Makefile.vc6 cfg=release-ssl-dll

> Or where can i have the build libraries that support SSL.

The MingW built .dll can be used under VC++ just fine. Try this:
http://curl.haxx.se/download/curl-7.12.2-win32-ssl-devel-mingw32.zip

In addition you need the OpenSSL DLLs (libeay32.dll and libssl32.dll).
Get them from www.openssl.org if you didn't built them yourself.

--gv
Received on 2004-12-03