Skip to content

Commit

Permalink
update OpenSSL to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Feb 13, 2023
1 parent ca30d95 commit 7362aa6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libssl/openssl
Binary file not shown.
6 changes: 6 additions & 0 deletions deps/libssl/verify-bio_st-match.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
pushd $(dirname $0) &>/dev/null
trap 'popd &>/dev/null' EXIT

echo "checking for './deps/libssl/openssl/crypto/bio/bio_local.h'"
if [[ ! -e './openssl/crypto/bio/bio_local.h' ]]; then
echo "extracting 'openssl-*.tar.gz'"
tar -zxf openssl-*.tar.gz
fi

echo "extracting 'struct bio_st' from './deps/libssl/openssl/crypto/bio/bio_local.h'"
DEPBIOST=$(cd ../../; cat ./deps/libssl/openssl/crypto/bio/bio_local.h | sed -n '/^struct bio_st {/,/}/p')

Expand Down

0 comments on commit 7362aa6

Please sign in to comment.