aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/auth_cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/auth_cert.h')
-rw-r--r--src/daemon/https/tls/auth_cert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/https/tls/auth_cert.h b/src/daemon/https/tls/auth_cert.h
index aabfac76..395fdd29 100644
--- a/src/daemon/https/tls/auth_cert.h
+++ b/src/daemon/https/tls/auth_cert.h
@@ -117,9 +117,9 @@ typedef struct MHD_gtls_cert_auth_info_st
117 MHD_gtls_dh_info_st dh; 117 MHD_gtls_dh_info_st dh;
118 rsa_info_st rsa_export; 118 rsa_info_st rsa_export;
119 119
120 MHD_gnutls_datum_t *raw_certificate_list; /* holds the raw certificate of the 120 MHD_gnutls_datum_t *raw_certificate_list; /* holds the raw certificate of the
121 * peer. 121 * peer.
122 */ 122 */
123 unsigned int ncerts; /* holds the size of the list above */ 123 unsigned int ncerts; /* holds the size of the list above */
124} *cert_auth_info_t; 124} *cert_auth_info_t;
125 125