gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 04/04: HTTPS tests: added missing function declaration


From: gnunet
Subject: [libmicrohttpd] 04/04: HTTPS tests: added missing function declaration
Date: Tue, 31 May 2022 10:50:04 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit afb8ed41f85a66c315d353a53e92bc1e2e914488
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue May 31 11:49:50 2022 +0300

    HTTPS tests: added missing function declaration
---
 src/testcurl/https/tls_test_common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/testcurl/https/tls_test_common.h 
b/src/testcurl/https/tls_test_common.h
index b6a11172..a10f31e7 100644
--- a/src/testcurl/https/tls_test_common.h
+++ b/src/testcurl/https/tls_test_common.h
@@ -77,6 +77,9 @@ curl_check_version (const char *req_version, ...);
 int
 curl_tls_is_gnutls (void);
 
+int
+curl_tls_is_openssl (void);
+
 int
 curl_tls_is_nss (void);
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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