mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user