mirror of https://github.com/google/oss-fuzz.git
Adds a dictionary for elliptic curve diff fuzzing
This commit is contained in:
parent
e9da2e7802
commit
853c07dac5
|
@ -40,6 +40,7 @@ echo $CFLAGS
|
|||
|
||||
#build fuzz target
|
||||
cd ecfuzzer
|
||||
cp fuzz_ec.dict $OUT/
|
||||
$CC $CFLAGS -I. -c fuzz_ec.c -o fuzz_ec.o
|
||||
$CC $CFLAGS -I. -I../mbedtls/include -c modules/mbedtls.c -o mbedtls.o
|
||||
$CC $CFLAGS -I. -I../openssl/include -c modules/openssl.c -o openssl.o
|
||||
|
|
Loading…
Reference in New Issue