Skip to content

Commit

Permalink
build(openssl): update to OpenSSL_1_1_1g
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai <pingkai010@gmail.com>
  • Loading branch information
pingkai committed Apr 28, 2020
1 parent e9a5216 commit ade893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/player_git_source_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clone_git "$FFMPEG_GIT" "$FFMPEG_BRANCH" ffmpeg
if [ -z "${OPENSSL_GIT}" ];then
OPENSSL_GIT="https://github.com/openssl/openssl.git"
fi
OPENSSL_BRANCH="OpenSSL_1_1_1f"
OPENSSL_BRANCH="OpenSSL_1_1_1g"
clone_git $OPENSSL_GIT $OPENSSL_BRANCH

if [ -z "${CURL_GIT}" ];then
Expand Down

0 comments on commit ade893f

Please sign in to comment.