cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: https client

From: Armel Asselin <asselin.armel_at_wanadoo.fr>
Date: Mon, 24 Jul 2006 17:12:50 +0200

>> here is what I did:
>> - I used the base .dsp (found in curl/lib)
>> - I added:
>> o USE_SSLEAY / USE_OPENSSL to the preprocessor #defines
>> o the include dir for openssl
>> o the linker input files: libeay32.lib ssleay32.lib
>> o the linker additional input dir (ie. c:\openssl\out32dll) for me
>
> I am using Visual Studio 7, there is no .dsp but I made the changes within
> the .vcproj file and It doesn't work :(
>
OK, USE_SSLEAY implies USE_SSL, but check the vcproj, I found some hours
again that there are $(NoInherit) macro on every .c file, preventing the
USE_SSLEAY / USE_OPENSSL to be taken into account in sslgen.c for example.
be sure to force the preprocessor macros to all the files.

Armel
Received on 2006-07-24