aboutsummaryrefslogtreecommitdiff
path: root/projects/libcoap
diff options
context:
space:
mode:
authorobgm <obgm@users.noreply.github.com>2018-11-11 16:08:08 +0100
committerAbhishek Arya <inferno@chromium.org>2018-11-11 07:08:08 -0800
commit0db7736b95317549bb79e3bb77e699b01d8e8e3a (patch)
tree8957bc0b256d23be76bc4cb5ba814ea121b80ee3 /projects/libcoap
parent89c53fee79bd7aabfdbc989dfab6ca4074c3acba (diff)
downloadoss-fuzz-0db7736b95317549bb79e3bb77e699b01d8e8e3a.tar.gz
[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
Diffstat (limited to 'projects/libcoap')
-rwxr-xr-xprojects/libcoap/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/libcoap/build.sh b/projects/libcoap/build.sh
index 1c9887334..1871b467f 100755
--- a/projects/libcoap/build.sh
+++ b/projects/libcoap/build.sh
@@ -16,6 +16,7 @@
################################################################################
./autogen.sh && ./configure --disable-doxygen --disable-manpages \
+ --disable-dtls \
&& make -j$(nproc)
# build all fuzzer targets