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-windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines/build-windows') diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows index cd65ec6c..9e902e52 100755 --- a/azure-pipelines/build-windows +++ b/azure-pipelines/build-windows @@ -27,7 +27,7 @@ PATH=$cwd/libqpdf/build:$PATH installdir=install-$tool$wordsize rm -rf $installdir -./config-$tool --enable-show-failed-test-output --disable-crypto-gnutls +./config-$tool --enable-show-failed-test-output --disable-crypto-gnutls --disable-crypto-openssl make -j$(nproc) -k make -k check make install -- cgit v1.2.3-54-g00ecf