aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/test-sanitizers
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/test-sanitizers')
-rwxr-xr-xazure-pipelines/test-sanitizers2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/test-sanitizers b/azure-pipelines/test-sanitizers
index f20fc4b3..465b9a94 100755
--- a/azure-pipelines/test-sanitizers
+++ b/azure-pipelines/test-sanitizers
@@ -7,7 +7,7 @@ sudo apt-get -y install \
CFLAGS="-fsanitize=address -fsanitize=undefined -g" \
CXXFLAGS="-fsanitize=address -fsanitize=undefined -g" \
LDFLAGS="-fsanitize=address -fsanitize=undefined" \
- --enable-crypto-native --enable-crypto-gnutls \
+ --enable-crypto-native --enable-crypto-openssl --enable-crypto-gnutls \
--enable-werror --disable-shared --enable-show-failed-test-output
make -j$(nproc) -k
for i in $(./qpdf/build/qpdf --show-crypto); do