Do not use thread in openssl for ecc-diff-fuzzer (#1872)

This commit is contained in:
Catena cyber 2018-10-14 19:03:11 +02:00 committed by jonathanmetzman
parent d0f6761b98
commit 5884cad7db
1 changed files with 1 additions and 1 deletions

View File

@ -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
)