Skip to content

Commit

Permalink
cloning single openssl branch
Browse files Browse the repository at this point in the history
  • Loading branch information
a9sk committed Sep 15, 2024
1 parent 2b6fcba commit 421d1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ cd ..

mkdir apache && cd apache
echo -e "${GREEN}[+][+][+][+] DOWNLOADING OPENSSL VERSION 1.0.2 [+][+][+][+]${NC}"
git clone -b OpenSSL_1_0_2-stable https://github.com/openssl/openssl.git
git clone --single-branch -b OpenSSL_1_0_2-stable https://github.com/openssl/openssl.git
cd openssl
./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl enable-weak-ssl-ciphers enable-deprecated enable-rc4 enable-ssl2 enable-ssl3 enable-ssl3-method enable-comp enable-zlib-dynamic -Wl,-rpath=/usr/local/ssl/lib
make depend
Expand Down

0 comments on commit 421d1f2

Please sign in to comment.