gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix typo


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix typo
Date: Tue, 09 Mar 2021 23:38:10 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 55e6a9e2 fix typo
55e6a9e2 is described below

commit 55e6a9e275107970a3d3a08725d3e2310ecd11cf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 9 23:36:39 2021 +0100

    fix typo
---
 doc/chapters/tlsauthentication.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/chapters/tlsauthentication.inc 
b/doc/chapters/tlsauthentication.inc
index c5e024e2..db3a4cc3 100644
--- a/doc/chapters/tlsauthentication.inc
+++ b/doc/chapters/tlsauthentication.inc
@@ -236,7 +236,7 @@ and alternative names:
  *                     to the dn if found
  */
 char *
-cert_auth_get_dn(gnutls_x509_crt_c client_cert)
+cert_auth_get_dn(gnutls_x509_crt_t client_cert)
 {
   char* buf;
   size_t lbuf;

-- 
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]