Fix typos

This commit is contained in:
Ryan Tandy 2020-04-28 11:01:52 -07:00
parent 59bdc8158f
commit 7dfbcfa151
2 changed files with 4 additions and 4 deletions

View File

@ -569,9 +569,9 @@ one of
.BR LDAP_OPT_X_SASL_CBINDING_NONE
(the default),
.BR LDAP_OPT_X_SASL_CBINDING_TLS_UNIQUE
the "tls-unique" type from RCF 5929.
the "tls-unique" type from RFC 5929.
.BR LDAP_OPT_X_SASL_CBINDING_TLS_ENDPOINT
the "tls-server-end-point" from RCF 5929, compatible with Windows.
the "tls-server-end-point" from RFC 5929, compatible with Windows.
.BR invalue
must be
.BR "const int *" ;

View File

@ -167,7 +167,7 @@ else
fi
if test $WITH_TLS = no ; then
echo "TLS support not available, skipping channe-binding test"
echo "TLS support not available, skipping channel-binding test"
elif test $HAVE_SASL_GSS_CBIND = no ; then
echo "SASL has no channel-binding support in GSSAPI, test skipped"
else
@ -192,7 +192,7 @@ EOF
for icb in "none" "tls-unique" "tls-endpoint" ; do
# The gnutls implemantation of "tls-unique" seems broken
# The gnutls implementation of "tls-unique" seems broken
if test $icb = "tls-unique" -o $acb = "tls-unique" ; then
if test $WITH_TLS_TYPE == gnutls ; then
continue