File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5050
5151# compile openssl_3
5252rm -rf ${bindir} /openssl_3
53- git clone --branch openssl-3.1.4 https://github.com/openssl/openssl ${bindir} /openssl_3
53+ git clone https://github.com/openssl/openssl ${bindir} /openssl_3
5454cd ${bindir} /openssl_3
5555./config
5656make build_libs -j$( nproc)
5757opensslPath=` pwd`
58+ git checkout openssl-3.1.4
5859
5960# Go to work dir
6061cd ${srcdir}
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ pip3 install psutil crc16 requests
9292# build openssl 3.0
9393echo -e " ${COLOR} [2/6]${ENDC} Building OpenSSL 3.0"
9494rm -rf $BIN_DIR /openssl_3
95- git clone --branch openssl-3.1.4 https://github.com/openssl/openssl $BIN_DIR /openssl_3
95+ git clone https://github.com/openssl/openssl $BIN_DIR /openssl_3
9696cd $BIN_DIR /openssl_3
9797opensslPath=` pwd`
98- git checkout
98+ git checkout openssl-3.1.4
9999./config
100100make build_libs -j$( nproc)
101101
You can’t perform that action at this time.
0 commit comments