[xmlsec] Re: problem encrypting when using Windows 2000 ?
Aleksey Sanin
aleksey at aleksey.com
Wed Jan 8 09:34:18 PST 2003
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
More information about the xmlsec
mailing list