aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index a156d988..28250b73 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -706,16 +706,6 @@ struct MHD_Connection
706 */ 706 */
707 int cipher; 707 int cipher;
708 708
709 /**
710 * Validation status of client's certificate.
711 */
712 gnutls_certificate_status_t client_cert_status;
713
714 /**
715 * Client's certificate.
716 */
717 gnutls_x509_crt_t client_cert;
718
719#endif 709#endif
720}; 710};
721 711