summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Paquier2023-07-07 04:59:41 +0000
committerMichael Paquier2023-07-07 04:59:41 +0000
commitda98d005cdbcd45af563d0c4ac86d0e9772cd15f (patch)
tree91e9290044b8678ed28bbeb9a4cb002903e93dec /configure
parentf863d82b2f9801c556882ca92b519982a82133e3 (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 997d42d8f71..c4463cb17a6 100755
--- a/configure
+++ b/configure
@@ -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"