gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 111/151: vtls: make BearSSL possible to set with CURL_SSL_BACKEN


From: gnunet
Subject: [gnurl] 111/151: vtls: make BearSSL possible to set with CURL_SSL_BACKEND
Date: Fri, 20 Dec 2019 14:27:00 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 2c0362ee045521e9b6c757c1f07ceba69d083ef2
Author: Gisle Vanem <address@hidden>
AuthorDate: Tue Dec 10 13:44:39 2019 +0100

    vtls: make BearSSL possible to set with CURL_SSL_BACKEND
    
    Ref: 
https://github.com/curl/curl/commit/9b879160df01e7ddbb4770904391d3b74114302b#commitcomment-36355622
    
    Closes #4698
---
 lib/vtls/vtls.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
index 894fd8a43..c493b1516 100644
--- a/lib/vtls/vtls.c
+++ b/lib/vtls/vtls.c
@@ -1225,6 +1225,9 @@ static const struct Curl_ssl *available_backends[] = {
 #endif
 #if defined(USE_MESALINK)
   &Curl_ssl_mesalink,
+#endif
+#if defined(USE_BEARSSL)
+  &Curl_ssl_bearssl,
 #endif
   NULL
 };

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



reply via email to

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