Fix use of openssl.path() if openssl isn't found
Tristan Partin <tristan@neon.tech>
From: "Tristan Partin" <tristan@neon.tech>
To: "pgsql-hackers" <pgsql-hackers@postgresql.org>
Date: 2023-11-07T22:06:56Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-use-of-openssl.path-if-openssl-isn-t-found.patch (text/x-patch) patch v1-0001
Found this issue during my Fedora 39 upgrade. Tested that uninstalling openssl still allows the various ssl tests to run and succeed. -- Tristan Partin Neon (https://neon.tech)
Commits
-
Fix use of OPENSSL in SSL tests if command is not found
- 2a08dda29128 16.2 landed
- b64c8b01c275 17.0 landed