Commit 56fb8a1f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl.h: clarify curl_sslbackend for openssl clones and renames

parent 22423849
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -2125,6 +2125,11 @@ typedef enum {
  CURLSSLBACKEND_MBEDTLS = 11
  CURLSSLBACKEND_MBEDTLS = 11
} curl_sslbackend;
} 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
/* Information about the SSL library used and the respective internal SSL
   handle, which can be used to obtain further information regarding the
   handle, which can be used to obtain further information regarding the
   connection. Asked for with CURLINFO_TLS_SSL_PTR or CURLINFO_TLS_SESSION. */
   connection. Asked for with CURLINFO_TLS_SSL_PTR or CURLINFO_TLS_SESSION. */