diff options
Diffstat (limited to 'lib/vtls')
| -rw-r--r-- | lib/vtls/wolfssl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/vtls/wolfssl.c b/lib/vtls/wolfssl.c index 30e3756bf..d8fd379ef 100644 --- a/lib/vtls/wolfssl.c +++ b/lib/vtls/wolfssl.c @@ -324,7 +324,7 @@ wolfssl_connect_step1(struct connectdata *conn,  #ifdef ENABLE_IPV6         (0 == Curl_inet_pton(AF_INET6, hostname, &addr6)) &&  #endif -       (wolfssl_CTX_UseSNI(BACKEND->ctx, WOLFSSL_SNI_HOST_NAME, hostname, +       (wolfSSL_CTX_UseSNI(BACKEND->ctx, WOLFSSL_SNI_HOST_NAME, hostname,                            (unsigned short)hostname_len) != 1)) {        infof(data, "WARNING: failed to configure server name indication (SNI) "              "TLS extension\n"); | 
