Skip to content

Commit 95fa602

Browse files
committed
BUG#34042898 - Remove DOWNGRADE_OPENSSL3_DEPRECATION_WARNINGS from authentication_oci plugin.
BUG#34043013 - Fix keyring_oci to use approved openssl 3 APIs. Added non-deprecated openssl 3 APIs and removed the warning suppress. Change-Id: I01978371bbf7377cb5fab55f4fa53d8eadd88854
1 parent 52052f0 commit 95fa602

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libmysql/authentication_oci_client/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,3 @@ MYSQL_ADD_PLUGIN(
5353
MODULE_ONLY MODULE_OUTPUT_NAME "authentication_oci_client"
5454
)
5555

56-
DOWNGRADE_OPENSSL3_DEPRECATION_WARNINGS(
57-
src/oci_iam/request/ssl.cc
58-
)

0 commit comments

Comments
 (0)