Fix some comments in ./configure and meson setup files
authorMichael Paquier <michael@paquier.xyz>
Fri, 7 Jul 2023 04:59:41 +0000 (13:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 7 Jul 2023 04:59:41 +0000 (13:59 +0900)
commitda98d005cdbcd45af563d0c4ac86d0e9772cd15f
tree91e9290044b8678ed28bbeb9a4cb002903e93dec
parentf863d82b2f9801c556882ca92b519982a82133e3
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.
configure
configure.ac
meson.build