From: Daniel Stenberg Date: Mon, 25 Apr 2016 09:35:12 +0000 (+0200) Subject: curl.h: clarify curl_sslbackend for openssl clones and renames X-Git-Tag: curl-7_49_0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56fb8a1f1199bc9ce666c983c72838f7d1b2d603;p=thirdparty%2Fcurl.git curl.h: clarify curl_sslbackend for openssl clones and renames --- diff --git a/include/curl/curl.h b/include/curl/curl.h index 5b5d723493..57e716b3ef 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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. */