The MSCrypto engine, specifically msx509.c, is static-linking to a CryptoBinaryToString() API function which only exists under XP and 2003 Server. The function is not included in Crypto32.lib/dll under other Windows OSs (NT, 2K), and as such XMLSEC will always fail to load under those OSs. The function needs to be loaded dynamically at runtime, and alternative coding provided for other OSs.
Gambit __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
