aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd2.h')
-rw-r--r--src/include/microhttpd2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 54120570..710115d1 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -2187,9 +2187,9 @@ MHD_daemon_tls_mem_dhparams (struct MHD_Daemon *daemon,
2187 * @param cls closure 2187 * @param cls closure
2188 * @param connection the HTTPS connection 2188 * @param connection the HTTPS connection
2189 * @param username the user name claimed by the other side 2189 * @param username the user name claimed by the other side
2190 * @param psk[out] to be set to the pre-shared-key; should be allocated with malloc(), 2190 * @param[out] psk to be set to the pre-shared-key; should be allocated with malloc(),
2191 * will be freed by MHD 2191 * will be freed by MHD
2192 * @param psk_size[out] to be set to the number of bytes in @a psk 2192 * @param[out] psk_size to be set to the number of bytes in @a psk
2193 * @return 0 on success, -1 on errors 2193 * @return 0 on success, -1 on errors
2194 */ 2194 */
2195typedef int 2195typedef int