summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-30 12:41:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-30 12:41:39 +0200
commite16aeee87da571fa116777873f43131cb3a50950 (patch)
tree5bd40ca181dccdada811a85c4f85900550b9dbb0
parent673696f195c60580eb469631e78e40396dac4e31 (diff)
downloadcurl-bagder/repair-polarssl.tar.gz
fixup: curl.h use wolfssl as the primary name, cyassl is the aliasbagder/repair-polarssl
-rw-r--r--include/curl/curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 0f06d20aa..63c6e17be 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -2236,7 +2236,7 @@ typedef enum {
CURLSSLBACKEND_OBSOLETE4 = 4, /* Was QSOSSL. */
CURLSSLBACKEND_GSKIT = 5,
CURLSSLBACKEND_POLARSSL = 6,
- CURLSSLBACKEND_CYASSL = 7,
+ CURLSSLBACKEND_WOLFSSL = 7,
CURLSSLBACKEND_SCHANNEL = 8,
CURLSSLBACKEND_DARWINSSL = 9,
CURLSSLBACKEND_AXTLS = 10,
@@ -2246,7 +2246,7 @@ typedef enum {
/* aliases for library clones and renames */
#define CURLSSLBACKEND_LIBRESSL CURLSSLBACKEND_OPENSSL
#define CURLSSLBACKEND_BORINGSSL CURLSSLBACKEND_OPENSSL
-#define CURLSSLBACKEND_WOLFSSL CURLSSLBACKEND_CYASSL
+#define CURLSSLBACKEND_CYASSL CURLSSLBACKEND_WOLFSSL
/* Information about the SSL library used and the respective internal SSL
handle, which can be used to obtain further information regarding the