Hi Kevin, > I think ideally the configure script would be updated to check for both > versions (crypto first and then eay32) if older versions of OpenSSL are going > to still be supported.
I've changed the check in the windows-openssl-1.1 branch. However, I first check for libeay32 because otherwise the build may be linked against the build environment's version (usually called libcrypto) and not the native build when using older OpenSSL versions. Regards, Tobias
