aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 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,