aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/microhttpd.h2
-rw-r--r--src/include/microhttpd2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index f43935c7..e1a8d215 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1414,7 +1414,7 @@ enum MHD_OPTION
1414 1414
1415 /** 1415 /**
1416 * Memory pointer for the certificate (ca.pem) to be used by the 1416 * Memory pointer for the certificate (ca.pem) to be used by the
1417 * HTTPS daemon for client authentification. 1417 * HTTPS daemon for client authentication.
1418 * This option should be followed by a `const char *` argument. 1418 * This option should be followed by a `const char *` argument.
1419 */ 1419 */
1420 MHD_OPTION_HTTPS_MEM_TRUST = 20, 1420 MHD_OPTION_HTTPS_MEM_TRUST = 20,
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index e8671825..b7297fd3 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -2217,7 +2217,7 @@ MHD_daemon_set_tls_psk_callback (struct MHD_Daemon *daemon,
2217 2217
2218/** 2218/**
2219 * Memory pointer for the certificate (ca.pem) to be used by the 2219 * Memory pointer for the certificate (ca.pem) to be used by the
2220 * HTTPS daemon for client authentification. 2220 * HTTPS daemon for client authentication.
2221 * 2221 *
2222 * @param daemon daemon to configure tls for 2222 * @param daemon daemon to configure tls for
2223 * @param mem_trust memory pointer to the certificate 2223 * @param mem_trust memory pointer to the certificate