mirror of https://github.com/google/oss-fuzz.git
[cryptofuzz] Add mini-gmp (#8404)
This commit is contained in:
parent
b5c6cd48c0
commit
37cf22b6c7
|
@ -616,6 +616,10 @@ then
|
|||
cp $SRC/cryptofuzz-corpora/boringssl_latest.zip $OUT/cryptofuzz-boringssl_seed_corpus.zip
|
||||
fi
|
||||
|
||||
# Compile Cryptofuzz libgmp mini-gmp module
|
||||
cd $SRC/cryptofuzz/modules/libgmp
|
||||
make -B -f Makefile-mini-gmp
|
||||
|
||||
##############################################################################
|
||||
# Compile BoringSSL (with assembly)
|
||||
cd $SRC/boringssl
|
||||
|
|
Loading…
Reference in New Issue