Closes https://github.com/curl/curl/pull/7886
o cmake: add CURL_ENABLE_SSL option [46]
o cmake: with OpenSSL, define OPENSSL_SUPPRESS_DEPRECATED [14]
o cmdline-opts: made the 'Added:' field mandatory [37]
- o connnect: use sysaddr_un from sys/un.h or custom-defined for windows [23]
+ o connect: use sysaddr_un from sys/un.h or custom-defined for windows [23]
o curl-openssl.m4: modify library order for openssl linking [40]
o curl-openssl: pass argument to sed single-quoted [15]
o curl.1: remove mentions of really old version changes [38]
SUPPORT_FEATURES="$SUPPORT_FEATURES MultiSSL"
fi
-dnl if not explictily turned off, HTTPS-proxy comes with some TLS backends
+dnl if not explicitly turned off, HTTPS-proxy comes with some TLS backends
if test "x$https_proxy" != "xno"; then
if test "x$OPENSSL_ENABLED" = "x1" -o "x$GNUTLS_ENABLED" = "x1" \
-o "x$NSS_ENABLED" = "x1"; then