[libsrtp] Use upstream libsrtp (#2580)

This commit is contained in:
Guido Vranken 2019-07-09 00:52:54 +02:00 committed by Abhishek Arya
parent 77f0c4b8a3
commit 91447e2e3c
2 changed files with 1 additions and 3 deletions

View File

@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER guidovranken@gmail.com
RUN apt-get update && apt-get install -y sudo autoconf build-essential libssl-dev pkg-config
RUN git clone --recursive https://github.com/guidovranken/libsrtp
RUN git clone --depth 1 https://github.com/cisco/libsrtp
COPY build.sh $SRC/

View File

@ -1,6 +1,4 @@
cd $SRC/libsrtp
git checkout fuzzing
git fetch origin fuzzing
autoreconf -ivf
./configure
LIBFUZZER="$LIB_FUZZING_ENGINE" make srtp-fuzzer