1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Fix some comments in ./configure and meson setup files

The comments referring to SSL_CTX_set_cert_cb() in ./configure and
./configure.ac were inconsistent, as `autoreconf -i` would show.  While
on it, fix a typo on a comment related to the same check in
meson.build.

Issue introduced in 8e278b6, that removed support for OpenSSL 1.0.1.
Per offlist report from Thomas Munro.
This commit is contained in:
Michael Paquier
2023-07-07 13:59:41 +09:00
parent f863d82b2f
commit da98d005cd
3 changed files with 3 additions and 4 deletions

2
configure vendored
View File

@ -12961,7 +12961,7 @@ else
fi
fi
# LibreSSL does not have SSL_CTX_set_cert_cb().
# Function introduced in OpenSSL 1.0.2, not in LibreSSL.
for ac_func in SSL_CTX_set_cert_cb
do :
ac_fn_c_check_func "$LINENO" "SSL_CTX_set_cert_cb" "ac_cv_func_SSL_CTX_set_cert_cb"