gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 110/256: cyassl: call it the "WolfSSL" backend


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 110/256: cyassl: call it the "WolfSSL" backend
Date: Fri, 06 Oct 2017 19:43:21 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 410bf6b7b18eb672d77eb0015e48410992468ed7
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 30 12:48:53 2017 +0200

    cyassl: call it the "WolfSSL" backend
    
    ... instead of cyassl, as this is the current name for it.
    
    Closes #1844
---
 lib/vtls/cyassl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vtls/cyassl.c b/lib/vtls/cyassl.c
index 122cfda57..910ca15cf 100644
--- a/lib/vtls/cyassl.c
+++ b/lib/vtls/cyassl.c
@@ -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 */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]