aboutsummaryrefslogtreecommitdiffstats
path: root/autofiles.sums
diff options
context:
space:
mode:
authorDean Scarff <deanscarff@google.com>2020-07-02 11:24:04 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-17 02:04:36 +0200
commita99ad2b9007d1775e9598bc78698cbc5d5ba0f60 (patch)
tree3f23cbfdc410a96e8317aded4397377a14f14b84 /autofiles.sums
parent2ff84aa2c95eba295e374f239b47e314d59e59cb (diff)
downloadqpdf-a99ad2b9007d1775e9598bc78698cbc5d5ba0f60.tar.zst
Update OpenSSL autoconf checks
- Checks explicitly for versions >= 1.1.0 with pkg-config - Refactor the fallback checks. Previously they were copied from the gnutls logic, but could be slightly surprising (it's not obvious that they're for the case where pkg-config returns a false negative, and it's weird that the linker check overode the header check) - Fix the AC_SEARCH_LIBS check to try -lcrypto instead of -lopenssl (-lcrypto is the standard library OpenSSL ships the crypto symbols in). - Fix the AC_SEARCH_LIBS check to look for EVP_MD_CTX_new, which is not present in versions prior to 1.1.0. Fixes qpdf/qpdf#429 (although I haven't verified on cygwin)
Diffstat (limited to 'autofiles.sums')
-rw-r--r--autofiles.sums2
1 files changed, 1 insertions, 1 deletions
diff --git a/autofiles.sums b/autofiles.sums
index 89be5836..c0c1cc30 100644
--- a/autofiles.sums
+++ b/autofiles.sums
@@ -1,4 +1,4 @@
-055e54a34d94a0c2ed9451042a1c747e47b29259a9035af9e7327401a5c3fbd1 configure.ac
+d2cb3f80935a7e6e265a04da6ba9c0df4eabae3de33c6a48384a9fa50a15143b configure.ac
d3f9ee6f6f0846888d9a10fd3dad2e4b1258be84205426cf04d7cef02d61dad7 aclocal.m4
cf2c764639c4c94abc183a0976eca6ae500b80790ea25e3d0af97b23587363b7 libqpdf/qpdf/qpdf-config.h.in
5297971a0ef90bcd5563eb3f7127a032bb76d3ae2af7258bf13479caf8983a60 m4/ax_cxx_compile_stdcxx.m4