Skip to content

Commit

Permalink
Revert "Upgrade OpenSSL version. (apache#251)"
Browse files Browse the repository at this point in the history
This reverts commit cdd4f58.
  • Loading branch information
shibd committed Jan 7, 2023
1 parent b739dab commit eaf8f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ protobuf: 3.20.0
zlib: 1.2.13
zstd: 1.5.2
snappy: 1.1.9
openssl: 1.1.1s
openssl: 1.1.1q
curl: 7.85.0
1 change: 1 addition & 0 deletions pkg/mac/build-cpp-deps-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if [ ! -f openssl-OpenSSL_${OPENSSL_VERSION_UNDERSCORE}.done ]; then
curl -O -L https://github.com/openssl/openssl/archive/OpenSSL_${OPENSSL_VERSION_UNDERSCORE}.tar.gz
tar xfz OpenSSL_${OPENSSL_VERSION_UNDERSCORE}.tar.gz
pushd openssl-OpenSSL_${OPENSSL_VERSION_UNDERSCORE}
echo -e "#include <string.h>\n$(cat test/v3ext.c)" > test/v3ext.c
if [ $ARCH = 'arm64' ]; then
PLATFORM=darwin64-arm64-cc
else
Expand Down

0 comments on commit eaf8f32

Please sign in to comment.