Skip to content

Commit

Permalink
Merge pull request #178 from skalenetwork/bug/openssl-build
Browse files Browse the repository at this point in the history
use static openssl tag
  • Loading branch information
olehnikolaiev authored Mar 30, 2022
2 parents 26f2561 + b6dce84 commit af23ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ then
echo -e "${COLOR_INFO}configuring it${COLOR_DOTS}...${COLOR_RESET}"
cd openssl
eval git fetch
eval git checkout OpenSSL_1_1_1-stable
eval git checkout OpenSSL_1_1_1n
if [ "$ARCH" = "x86_or_x64" ];
then
if [ "$UNIX_SYSTEM_NAME" = "Darwin" ];
Expand Down

0 comments on commit af23ca5

Please sign in to comment.