in reply to Building Crypt::SSLeay on Win32

Try the fix described on rt.cpan.org.

Replies are listed 'Best First'.
Re^2: Building Crypt::SSLeay on Win32
by coldguy (Sexton) on Jun 09, 2006 at 18:14 UTC
    Success! Changed line 110 of SSLeay.xs to call SSL_add_ssl_algorithms() (instead of add_all_algorithms), and now the module tests OK. Thanks again!
Re^2: Building Crypt::SSLeay on Win32
by coldguy (Sexton) on Jun 09, 2006 at 06:40 UTC
    Ah, that looks like it exactly. I don't have access to my build environment at the moment (at home away from those mean old Windows machines), but I'll try it tomorrow. Thanks! I had known at some point in the hazy past that rt existed but forgot about it when I was looking for a solution.