OpenSSL 1.0.2l, 1.1.0f

This commit is contained in:
Felix Schulze 2017-05-25 20:26:24 +02:00 committed by GitHub
parent cb478bb451
commit 9b5bf59d90
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ PID_ARCHS=$!
mkdir targets
cd targets
cp -r ../include .
../build-libssl.sh --noparallel --verbose-on-error --ec-nistp-64-gcc-128 --version=1.1.0e | log_output "TARGETS" &
../build-libssl.sh --noparallel --verbose-on-error --ec-nistp-64-gcc-128 --version=1.1.0f | log_output "TARGETS" &
PID_TARGETS=$!
echo "SCRIPT Started jobs, waiting for jobs to finish"