ecc-diff-fuzzer buils nettle without openssl (#3922)

This commit is contained in:
Catena cyber 2020-06-02 22:47:21 +02:00 committed by GitHub
parent bba24d396e
commit 5875908be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ make -j$(nproc)
make install make install
cd .. cd ..
autoreconf autoreconf
./configure --disable-shared ./configure --disable-shared --disable-openssl
make -j$(nproc) make -j$(nproc)
make install make install
) )