Skip to content

Commit

Permalink
Removed verify-bio_st-match.sh file as we don't need to verify bio in…
Browse files Browse the repository at this point in the history
…ternal structure now.
  • Loading branch information
yashwantsahu20 committed Oct 30, 2024
1 parent 1b7f76f commit 687233a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ libinjection: libinjection/libinjection/src/libinjection.a
libssl/openssl/libssl.a:
cd libssl && rm -rf openssl-openssl-*/ openssl-3*/ || true
cd libssl && tar -zxf openssl-*.tar.gz
cd libssl && ./verify-bio_st-match.sh
# cd libssl/openssl && patch crypto/ec/curve448/curve448.c < ../curve448.c-multiplication-overflow.patch
# cd libssl/openssl && patch crypto/asn1/a_time.c < ../a_time.c-multiplication-overflow.patch
cd libssl/openssl && ./config no-ssl3 no-tests
Expand Down
3 changes: 0 additions & 3 deletions deps/libssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ In ProxySQL 2.5.x , libssl was upgraded from version 3.0.8 to 3.1.0

Do not upgrade without extensive testing.

See note about `struct bio_st` in MySQL_Data_Stream.cpp .

Run `verify-bio_st-match.sh` to confirm compatibility.
31 changes: 0 additions & 31 deletions deps/libssl/verify-bio_st-match.sh

This file was deleted.

0 comments on commit 687233a

Please sign in to comment.