Loading lib/vtls/axtls.c +1 −0 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ static void *Curl_axtls_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_axtls = { "axtls", /* name */ CURLSSLBACKEND_AXTLS, 0, /* have_ca_path */ 0, /* have_certinfo */ Loading lib/vtls/axtls.h +0 −3 Original line number Diff line number Diff line Loading @@ -29,9 +29,6 @@ extern const struct Curl_ssl Curl_ssl_axtls; /* Set the API backend definition to axTLS */ #define CURL_SSL_BACKEND CURLSSLBACKEND_AXTLS #endif /* USE_AXTLS */ #endif /* HEADER_CURL_AXTLS_H */ lib/vtls/cyassl.c +1 −0 Original line number Diff line number Diff line Loading @@ -979,6 +979,7 @@ static void *Curl_cyassl_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_cyassl = { "cyassl", /* name */ CURLSSLBACKEND_CYASSL, 0, /* have_ca_path */ 0, /* have_certinfo */ Loading lib/vtls/cyassl.h +0 −3 Original line number Diff line number Diff line Loading @@ -27,8 +27,5 @@ extern const struct Curl_ssl Curl_ssl_cyassl; /* Set the API backend definition to CyaSSL */ #define CURL_SSL_BACKEND CURLSSLBACKEND_CYASSL #endif /* USE_CYASSL */ #endif /* HEADER_CURL_CYASSL_H */ lib/vtls/darwinssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -2891,6 +2891,7 @@ static void *Curl_darwinssl_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_darwinssl = { "darwinssl", /* name */ CURLSSLBACKEND_DARWINSSL, 0, /* have_ca_path */ 0, /* have_certinfo */ Loading Loading
lib/vtls/axtls.c +1 −0 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ static void *Curl_axtls_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_axtls = { "axtls", /* name */ CURLSSLBACKEND_AXTLS, 0, /* have_ca_path */ 0, /* have_certinfo */ Loading
lib/vtls/axtls.h +0 −3 Original line number Diff line number Diff line Loading @@ -29,9 +29,6 @@ extern const struct Curl_ssl Curl_ssl_axtls; /* Set the API backend definition to axTLS */ #define CURL_SSL_BACKEND CURLSSLBACKEND_AXTLS #endif /* USE_AXTLS */ #endif /* HEADER_CURL_AXTLS_H */
lib/vtls/cyassl.c +1 −0 Original line number Diff line number Diff line Loading @@ -979,6 +979,7 @@ static void *Curl_cyassl_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_cyassl = { "cyassl", /* name */ CURLSSLBACKEND_CYASSL, 0, /* have_ca_path */ 0, /* have_certinfo */ Loading
lib/vtls/cyassl.h +0 −3 Original line number Diff line number Diff line Loading @@ -27,8 +27,5 @@ extern const struct Curl_ssl Curl_ssl_cyassl; /* Set the API backend definition to CyaSSL */ #define CURL_SSL_BACKEND CURLSSLBACKEND_CYASSL #endif /* USE_CYASSL */ #endif /* HEADER_CURL_CYASSL_H */
lib/vtls/darwinssl.c +1 −0 Original line number Diff line number Diff line Loading @@ -2891,6 +2891,7 @@ static void *Curl_darwinssl_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_darwinssl = { "darwinssl", /* name */ CURLSSLBACKEND_DARWINSSL, 0, /* have_ca_path */ 0, /* have_certinfo */ Loading