aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_int.h')
-rw-r--r--src/daemon/https/tls/gnutls_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/https/tls/gnutls_int.h b/src/daemon/https/tls/gnutls_int.h
index 80ee3467..25a861ed 100644
--- a/src/daemon/https/tls/gnutls_int.h
+++ b/src/daemon/https/tls/gnutls_int.h
@@ -36,7 +36,9 @@
36 */ 36 */
37#define KEYRING_HACK 37#define KEYRING_HACK
38 38
39#ifndef MAX
39#define MAX(X,Y) ((X) > (Y) ? (X) : (Y)) 40#define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
41#endif
40 42
41#define MAX32 4294967295 43#define MAX32 4294967295
42#define MAX24 16777215 44#define MAX24 16777215