Skip to content

Commit

Permalink
Merge pull request #4561 from sysown/v2.6.x-update_to_openssl_3.3.1
Browse files Browse the repository at this point in the history
update OpenSSL to v 3.3.1
  • Loading branch information
renecannao authored Jul 1, 2024
2 parents 1e048ce + e7c336e commit d0ff320
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/libssl/openssl
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/mysql_data_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ struct bio_st {
CRYPTO_RWLOCK *lock;
};

#elif (OPENSSL_VERSION_NUMBER & 0xFFFF0000) == 0x30200000
#pragma message "libssl 3.2.x detected"
#elif (OPENSSL_VERSION_NUMBER & 0xFFFF0000) == 0x30200000 || (OPENSSL_VERSION_NUMBER & 0xFFFF0000) == 0x30300000
#pragma message "libssl 3.2.x / 3.3.x detected"
struct bio_st {
OSSL_LIB_CTX *libctx;
const BIO_METHOD *method;
Expand Down

0 comments on commit d0ff320

Please sign in to comment.