mirror of https://github.com/google/oss-fuzz.git
[libcoap] build.sh: disable DTLS (#1942)
OSS fuzzing currently is done without DTLS support. As of 4.2.0-rc2, libcoap's configuration builds against OpenSSL by default and thus `--disable-dtls` must be passed to the configuration script. Fixes issue 11309
This commit is contained in:
parent
89c53fee79
commit
0db7736b95
|
@ -16,6 +16,7 @@
|
|||
################################################################################
|
||||
|
||||
./autogen.sh && ./configure --disable-doxygen --disable-manpages \
|
||||
--disable-dtls \
|
||||
&& make -j$(nproc)
|
||||
|
||||
# build all fuzzer targets
|
||||
|
|
Loading…
Reference in New Issue