aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 8dc813a2..1f5aeaf3 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1670,6 +1670,14 @@ struct MHD_Daemon
1670 void *cred_callback_cls; 1670 void *cred_callback_cls;
1671#endif 1671#endif
1672 1672
1673#if GNUTLS_VERSION_NUMBER >= 0x030603
1674 /**
1675 * Function that can be used to obtain the certificate. Needed
1676 * for OCSP stapling support. See #MHD_OPTION_HTTPS_CERT_CALLBACK2.
1677 */
1678 gnutls_certificate_retrieve_function3 *cert_callback2;
1679#endif
1680
1673 /** 1681 /**
1674 * Pointer to our SSL/TLS key (in ASCII) in memory. 1682 * Pointer to our SSL/TLS key (in ASCII) in memory.
1675 */ 1683 */