libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit cd84fba2401d9f9dcb090d0e0f43f827bd18540a
parent e73cff1fdd7fdb8f96cc2a72a0cddc53cb9f388e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  7 Sep 2008 07:43:55 +0000

fixing MAJOR bug in MAX -- Amir, take note

Diffstat:
Msrc/daemon/https/tls/gnutls_int.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/daemon/https/tls/gnutls_int.h b/src/daemon/https/tls/gnutls_int.h @@ -36,7 +36,7 @@ */ #define KEYRING_HACK -#define MAX(X,Y) ((X) > (Y) ? (X) : (Y)); +#define MAX(X,Y) ((X) > (Y) ? (X) : (Y)) #define MAX32 4294967295 #define MAX24 16777215