]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Revert "Fix check for openssl on Windows" 1714/head
authorBiswapriyo Nath <nathbappai@gmail.com>
Sun, 3 Apr 2022 08:54:04 +0000 (14:24 +0530)
committerBiswapriyo Nath <nathbappai@gmail.com>
Fri, 8 Apr 2022 20:03:53 +0000 (01:33 +0530)
commit9210f025d0a8938b2e6a7c5d1cd2e8d0eba396be
tree5f2b56a8db131fbe31bc3a6c87f46aa25b31236a
parent9ad5f077491b9536f01dadca1724385c39cd7613
Revert "Fix check for openssl on Windows"

This reverts commit 045e5c5a4460020e513516a5d1f3087094e67da3
For Windows platform, openssl 1.0.2 and earlier versions have
eay64 and eay32 libraries[1]. But from openssl 1.1.0 and above
versions have same library name[2] (libcrypto and libssl) like
other unix-like platforms.

[1]: https://wiki.openssl.org/index.php/Compilation_and_Installation#OpenSSL_1.0.2
[2]: https://wiki.openssl.org/index.php/Compilation_and_Installation#OpenSSL_1.1.0
configure.ac