noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 59 forks source link

Force dh initialization in IO::Socket::SSL to not happen at BEGIN time #13

Closed toddr closed 10 years ago

toddr commented 10 years ago

Fixes RT 95452

noxxi commented 10 years ago

The problem is fixed in 1.995 by moving openssl specific initialization like this into INIT sections.