mirror of
https://github.com/curl/curl.git
synced 2026-07-24 07:27:17 +03:00
curl.h: clarify curl_sslbackend for openssl clones and renames
This commit is contained in:
parent
2242384911
commit
56fb8a1f11
1 changed files with 5 additions and 0 deletions
|
|
@ -2125,6 +2125,11 @@ typedef enum {
|
|||
CURLSSLBACKEND_MBEDTLS = 11
|
||||
} curl_sslbackend;
|
||||
|
||||
/* aliases for library clones and renames */
|
||||
#define CURLSSLBACKEND_LIBRESSL 1
|
||||
#define CURLSSLBACKEND_BORINGSSL 1
|
||||
#define CURLSSLBACKEND_WOLFSSL 6
|
||||
|
||||
/* Information about the SSL library used and the respective internal SSL
|
||||
handle, which can be used to obtain further information regarding the
|
||||
connection. Asked for with CURLINFO_TLS_SSL_PTR or CURLINFO_TLS_SESSION. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue