2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-30 17:00:51 +00:00

Explicitly use only native crypto for oss-fuzz

I don't need qpdf's fuzz to find leaks and invalid memory in gnutls.
This commit is contained in:
Jay Berkenbilt 2019-11-05 16:37:53 -05:00
parent 88bedb41fe
commit 6d1d244615

View File

@ -25,6 +25,8 @@ fi
--enable-oss-fuzz \
--enable-static \
--disable-shared \
--enable-crypto-native \
--disable-implicit-crypto \
--prefix="$WORK" \
LDFLAGS="-L$WORK/lib" \
CPPFLAGS="-I$WORK/include" \