1Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any
2platforms.
3
4Often MacOS's homebrew OpenSSL cause a problem on installation due to include
5path is not added. Some CPAN module provides to modify include path with
6configure-args, but Carton or Module::CPANfile is not supported to pass
7configure-args to each modules. Crypt::OpenSSL::* modules should use it on your
8Makefile.PL.
9
10This module resolves the include path by Net::SSLeay's workaround. Original code
11is taken from inc/Module/Install/PRIVATE/Net/SSLeay.pm by Net::SSLeay.
12