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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index ce1bdd9d..35b14e62 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -547,7 +547,7 @@ enum MHD_GNUTLS_CredentialsType
547 * We have a x.509 certificate. 547 * We have a x.509 certificate.
548 */ 548 */
549 MHD_GNUTLS_CRD_CERTIFICATE = 1, 549 MHD_GNUTLS_CRD_CERTIFICATE = 1,
550 550
551 /** 551 /**
552 * We have no certificate ("anonymous"). 552 * We have no certificate ("anonymous").
553 */ 553 */
@@ -579,8 +579,8 @@ enum MHD_GNUTLS_HashAlgorithm
579 MHD_GNUTLS_MAC_SHA1, 579 MHD_GNUTLS_MAC_SHA1,
580 MHD_GNUTLS_MAC_SHA256 580 MHD_GNUTLS_MAC_SHA256
581#if 0 581#if 0
582 /* unsupported */ 582 /* unsupported */
583 MHD_GNUTLS_MAC_SHA384, 583 MHD_GNUTLS_MAC_SHA384,
584 MHD_GNUTLS_MAC_SHA512 584 MHD_GNUTLS_MAC_SHA512
585#endif 585#endif
586}; 586};
@@ -592,7 +592,7 @@ enum MHD_GNUTLS_HashAlgorithm
592 */ 592 */
593enum MHD_GNUTLS_CompressionMethod 593enum MHD_GNUTLS_CompressionMethod
594{ 594{
595 MHD_GNUTLS_COMP_UNKNOWN = 0, 595 MHD_GNUTLS_COMP_UNKNOWN = 0,
596 596
597 /** 597 /**
598 * No compression. 598 * No compression.
@@ -639,8 +639,8 @@ enum MHD_GNUTLS_PublicKeyAlgorithm
639 MHD_GNUTLS_PK_UNKNOWN = 0, 639 MHD_GNUTLS_PK_UNKNOWN = 0,
640 MHD_GNUTLS_PK_RSA = 1 640 MHD_GNUTLS_PK_RSA = 1
641#if 0 641#if 0
642 /* unsupported */ 642 /* unsupported */
643 MHD_GNUTLS_PK_DSA 643 MHD_GNUTLS_PK_DSA
644#endif 644#endif
645}; 645};
646 646
@@ -962,7 +962,7 @@ void MHD_stop_daemon (struct MHD_Daemon *daemon);
962 * @param daemon daemon to get sets from 962 * @param daemon daemon to get sets from
963 * @param read_fd_set read set 963 * @param read_fd_set read set
964 * @param write_fd_set write set 964 * @param write_fd_set write set
965 * @param except_fd_set except set 965 * @param except_fd_set except set
966 * @param max_fd increased to largest FD added (if larger 966 * @param max_fd increased to largest FD added (if larger
967 * than existing value) 967 * than existing value)
968 * @return MHD_YES on success, MHD_NO if this 968 * @return MHD_YES on success, MHD_NO if this
@@ -979,7 +979,7 @@ MHD_get_fdset (struct MHD_Daemon *daemon,
979 * (only needed if connection timeout is used). The 979 * (only needed if connection timeout is used). The
980 * returned value is how long select should at most 980 * returned value is how long select should at most
981 * block, not the timeout value set for connections. 981 * block, not the timeout value set for connections.
982 * 982 *
983 * @param daemon daemon to query for timeout 983 * @param daemon daemon to query for timeout
984 * @param timeout set to the timeout (in milliseconds) 984 * @param timeout set to the timeout (in milliseconds)
985 * @return MHD_YES on success, MHD_NO if timeouts are 985 * @return MHD_YES on success, MHD_NO if timeouts are