Commit 6d1d244615154d02405d345ec46872976eb20881
1 parent
88bedb41
Explicitly use only native crypto for oss-fuzz
I don't need qpdf's fuzz to find leaks and invalid memory in gnutls.
Showing
1 changed file
with
2 additions
and
0 deletions
fuzz/oss-fuzz-build
| @@ -25,6 +25,8 @@ fi | @@ -25,6 +25,8 @@ fi | ||
| 25 | --enable-oss-fuzz \ | 25 | --enable-oss-fuzz \ |
| 26 | --enable-static \ | 26 | --enable-static \ |
| 27 | --disable-shared \ | 27 | --disable-shared \ |
| 28 | + --enable-crypto-native \ | ||
| 29 | + --disable-implicit-crypto \ | ||
| 28 | --prefix="$WORK" \ | 30 | --prefix="$WORK" \ |
| 29 | LDFLAGS="-L$WORK/lib" \ | 31 | LDFLAGS="-L$WORK/lib" \ |
| 30 | CPPFLAGS="-I$WORK/include" \ | 32 | CPPFLAGS="-I$WORK/include" \ |