From 98174373b92ea949e3b5ff44dff88ba4d060df2c Mon Sep 17 00:00:00 2001 From: Dean Scarff Date: Mon, 6 Apr 2020 17:19:52 +1000 Subject: Update azure-pipelines for openssl crypto provider Explicitly enable openssl crypto provider in the linux and sanitizer builds, and disable it in the windows build. --- azure-pipelines/build-linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines/build-linux') diff --git a/azure-pipelines/build-linux b/azure-pipelines/build-linux index 9524b413..266b9920 100755 --- a/azure-pipelines/build-linux +++ b/azure-pipelines/build-linux @@ -3,9 +3,9 @@ set -ex sudo apt-get update sudo apt-get -y install \ autoconf build-essential zlib1g-dev libjpeg-dev libgnutls28-dev \ - docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick + libssl-dev docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick ./configure --enable-werror --enable-doc-maintenance \ - --enable-crypto-native --enable-crypto-gnutls \ + --enable-crypto-native --enable-crypto-openssl --enable-crypto-gnutls \ --enable-show-failed-test-output make -j$(nproc) -k for i in $(./qpdf/build/qpdf --show-crypto); do -- cgit v1.2.3-54-g00ecf