]> granicus.if.org Git - curl/commitdiff
cyassl: call it the "WolfSSL" backend
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Aug 2017 10:48:53 +0000 (12:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Aug 2017 22:55:36 +0000 (00:55 +0200)
... instead of cyassl, as this is the current name for it.

Closes #1844

lib/vtls/cyassl.c

index 122cfda578eab9ef5ee15c435015153a11f80d66..910ca15cf2c82bd56651e8a8352373ae3dce8c1f 100644 (file)
@@ -978,7 +978,7 @@ static void *Curl_cyassl_get_internals(struct ssl_connect_data *connssl,
 }
 
 const struct Curl_ssl Curl_ssl_cyassl = {
-  { CURLSSLBACKEND_CYASSL, "cyassl" }, /* info */
+  { CURLSSLBACKEND_WOLFSSL, "WolfSSL" }, /* info */
 
   0, /* have_ca_path */
   0, /* have_certinfo */