]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.h: clarify curl_sslbackend for openssl clones and renames
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Apr 2016 09:35:12 +0000 (11:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Apr 2016 09:37:40 +0000 (11:37 +0200)
include/curl/curl.h

index 5b5d723493d14ad9823a053dbf0ebcca9ba6d60a..57e716b3efdf09053417d5b85a2bc7feeffe58a3 100644 (file)
@@ -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. */