mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-22 22:58:33 +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:
parent
88bedb41fe
commit
6d1d244615
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user