[xmlsec] Re: problem encrypting when using Windows 2000 ?
Aleksey Sanin
aleksey@aleksey.com
Wed, 08 Jan 2003 09:34:18 -0800
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.
Aleksey