mirror of https://github.com/google/oss-fuzz.git
ecc-diff-fuzzer buils nettle without openssl (#3922)
This commit is contained in:
parent
bba24d396e
commit
5875908be4
|
@ -28,7 +28,7 @@ make -j$(nproc)
|
|||
make install
|
||||
cd ..
|
||||
autoreconf
|
||||
./configure --disable-shared
|
||||
./configure --disable-shared --disable-openssl
|
||||
make -j$(nproc)
|
||||
make install
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue