On Tue, 4 Mar 2008, Murray S. Kucherawy wrote: > I'm confused though about how you get that error. The library is built > to default to "rsa-sha1" unless at compile-time the value of > SHA256_DIGEST_LENGTH is defined, which should only be defined if you > have openssl 0.9.8 installed. On your system, where might it be getting > that value?
Actually, you would also get that error if your startup script or configuration file were trying to force it to use rsa-sha256 when support for that wasn't compiled in. So you just need to tweak whichever one has that string hard-coded, either changing it to "rsa-sha1" or simply removing it so the default applies. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
