Skip to content

Commit

Permalink
OpenSSL source releases moved to Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 4, 2024
1 parent 2d67754 commit 746f104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version_dir=$recipe_dir/build/$version
mkdir -p $version_dir
cd $version_dir
src_filename=openssl-$version.tar.gz
wget -c https://www.openssl.org/source/$src_filename
wget -c https://github.com/openssl/openssl/releases/download/openssl-$version/$src_filename

build_dir=$version_dir/$HOST
rm -rf $build_dir
Expand Down

0 comments on commit 746f104

Please sign in to comment.