Bug #96739 | improve support for "system" openssl on windows | ||
---|---|---|---|
Submitted: | 4 Sep 2019 8:57 | Modified: | 30 Sep 2019 17:21 |
Reporter: | Tor Didriksen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 8.0.19 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[4 Sep 2019 8:57]
Tor Didriksen
[30 Sep 2019 17:21]
Paul DuBois
Posted by developer: Fixed in 8.0.19. On Windows, the -DWITH_SSL=system option did not work if the path name leading to the system OpenSSL libraries contained a space. This is now handled. Also, -DWITH_SSL=yes is treated like -DWITH_SSL=system, as on other platforms.