commit 55e6a9e275107970a3d3a08725d3e2310ecd11cf parent f9aa18c17e11631f12d0145a9c259ba1b772dbc8 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 9 Mar 2021 23:36:39 +0100 fix typo Diffstat:
| M | doc/chapters/tlsauthentication.inc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;