We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2c7f0 commit c34d7dfCopy full SHA for c34d7df
src/interfaces/libpq/fe-secure-openssl.c
@@ -1746,7 +1746,8 @@ SSLerrmessage(unsigned long ecode)
1746
* The ERR_reason_error_string() function doesn't give any error string
1747
* for that for some reason, so do it ourselves. See
1748
* https://github.com/openssl/openssl/issues/24300. This is available in
1749
- * OpenSSL 1.1.0 and later, but as of this writing not in LibreSSL.
+ * OpenSSL 1.1.0 and later, as well as in LibreSSL 3.4.3 (OpenBSD 7.0) and
1750
+ * later.
1751
*/
1752
#ifdef SSL_AD_NO_APPLICATION_PROTOCOL
1753
if (ERR_GET_LIB(ecode) == ERR_LIB_SSL &&
0 commit comments