Skip to content

Commit

Permalink
bump OpenSSL v1.1.1n (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 18, 2022
1 parent c9f0e37 commit 628c638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/build-openssl-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=1_1_1m
OPENSSL_VERSION=1_1_1n
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-openssl-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=1_1_1m
OPENSSL_VERSION=1_1_1n
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down
2 changes: 1 addition & 1 deletion .github/build-openssl-win32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e

OPENSSL_VERSION=1_1_1m
OPENSSL_VERSION=1_1_1n
ROOT=$(cd "$(dirname "$0")" && pwd)
: "${RUNNER_TEMP:=$ROOT/working}"
: "${RUNNER_TOOL_CACHE:=$RUNNER_TEMP/dist}"
Expand Down

0 comments on commit 628c638

Please sign in to comment.