mirror of https://github.com/google/oss-fuzz.git
Do not use thread in openssl for ecc-diff-fuzzer (#1872)
This commit is contained in:
parent
d0f6761b98
commit
5884cad7db
|
@ -63,7 +63,7 @@ make -j$(nproc) all
|
|||
(
|
||||
cd openssl
|
||||
#option to not have the same exported function poly1305_blocks as in gcrypt
|
||||
./config no-poly1305
|
||||
./config no-poly1305 no-shared no-threads
|
||||
make build_generated libcrypto.a
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue