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
1 changed files with 2 additions and 0 deletions

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" \