Skip to content

Commit

Permalink
chore(external): openssl use OpenSSL_1_1_1f tag instead of branch
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai.pk <[email protected]>
  • Loading branch information
pingkai committed Apr 8, 2020
1 parent c9be856 commit a13e090
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_1-stable"
OPENSSL_BRANCH="OpenSSL_1_1_1f"
clone_git $OPENSSL_GIT $OPENSSL_BRANCH

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

0 comments on commit a13e090

Please sign in to comment.