Bug #110784 Contribution: cdk: Use cmake\'s FindOpenSSL, not custom FindSSL module
Submitted: 24 Apr 2023 15:31 Modified: 7 Mar 20:32
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / C++ Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[24 Apr 2023 15:31] OCA Admin
Description:
This bug tracks a contribution by Sam James (Github user: thesamesam) as described in http://github.com/mysql/mysql-connector-cpp/pull/33

How to repeat:
See description

Suggested fix:
See contribution code attached
[24 Apr 2023 15:31] OCA Admin
Contribution submitted via Github - cdk: Use cmake's FindOpenSSL, not custom FindSSL module 
(*) Contribution by Sam James (Github thesamesam, mysql-connector-cpp/pull/33#issuecomment-1519789971): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_1306643356.txt (text/plain), 13.26 KiB.

[10 Jul 2023 11:53] MySQL Verification Team
Thank you for the report and contribution.
[7 Mar 20:32] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Connector/C++ 8.4.0 release, and here's the proposed changelog entry from the documentation team:

The build system now uses CMake's FindOpenSSL rather than a custom
FindSSL module to better function with LibreSSL, and to better handle
upcoming OpenSSL versions. The custom FindSSL module is still utilized
with CMake 3.8 and earlier. This fix is based on a patch from Sam James,
thank you for the contribution.

Thank you for the bug report.