[xmlsec] Re: problem encrypting when using Windows 2000 ?

Igor Zlatkovic xmlsec@aleksey.com
Wed, 08 Jan 2003 19:05:21 +0100


Aleksey Sanin wrote:
> Meg Morgan wrote:
> 
>> I was just about to write.  I am trying to digest all of the great
>> information.  If I put the #defines in my code before the xmlsec
>> headers, intestingly enough I get link errors (unresolved externals)
>> on three variables which happen to be in the transforms.h header.
>>  
>>
> I would guess that you have errors about AES transforms.
> If so then you also need to add
>    #define XMLSEC_OPENSSL096 1
>    #define XMLSEC_NO_AES 1
> because Igor compiles binaries against OpenSSL 0.9.6 and
> AES is not supported.

Aye, that must change soon. OpenSSL 0.9.7 is released and you promised to 
drop support for 0.9.6 soon thereafter :-)

Ciao,
Igor