noxxi / p5-io-socket-ssl

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

Use Net::SSLeay's constant for detecting SSL cert config in Makefile.PL #154

Closed dgl closed 4 months ago

dgl commented 4 months ago

Since OpenSSL 1.1 the value of this constant changed, the code in SSL.pm was fixed in 8c81f603 but this wasn't. This avoids pulling in Mozilla::CA if it won't be used.

noxxi commented 4 months ago

Thanks for the patch. It will be included in the next release.