mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:23:33 +03:00
tidy-up: adjust casing of project names
Mostly TLS/SSH project name. Closes #14160
This commit is contained in:
parent
f94aa3d97f
commit
6343034dd1
50 changed files with 928 additions and 932 deletions
|
|
@ -771,7 +771,7 @@ typedef CURLcode (*curl_conv_callback)(char *buffer, size_t length);
|
|||
|
||||
typedef CURLcode (*curl_ssl_ctx_callback)(CURL *curl, /* easy handle */
|
||||
void *ssl_ctx, /* actually an OpenSSL
|
||||
or WolfSSL SSL_CTX,
|
||||
or wolfSSL SSL_CTX,
|
||||
or an mbedTLS
|
||||
mbedtls_ssl_config */
|
||||
void *userptr);
|
||||
|
|
@ -1494,7 +1494,7 @@ typedef enum {
|
|||
CURLOPT(CURLOPT_HTTPAUTH, CURLOPTTYPE_VALUES, 107),
|
||||
|
||||
/* Set the ssl context callback function, currently only for OpenSSL or
|
||||
WolfSSL ssl_ctx, or mbedTLS mbedtls_ssl_config in the second argument.
|
||||
wolfSSL ssl_ctx, or mbedTLS mbedtls_ssl_config in the second argument.
|
||||
The function must match the curl_ssl_ctx_callback prototype. */
|
||||
CURLOPT(CURLOPT_SSL_CTX_FUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 108),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue