cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Making 7.27 problem

From: Jeff McKay <jeff.mckay_at_comaxis.com>
Date: Sat, 06 Oct 2012 19:39:04 -0700

>> I see MD5_CTX defined in md5.c, but I don't see that being compiled. If it
>> was, the USE_SSLEAY
>> would cause the definition to be taken from openssl/md5.h, which does exist
>> in the "deps"
>> directory.
> Please try adding USE_OPENSSL to the definitions. It seems like
> openssl/md5.h is only included in case that is defined.

Yes, this seems to work. I changed line 109 in MakefileBuild.vc to be:

SSL_CFLAGS = /DUSE_SSLEAY /DUSE_OPENSSL /I"$(DEVEL_INCLUDE)/openssl"

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-10-07