diff options
Diffstat (limited to 'src/daemon/https/tls/gnutls_int.h')
-rw-r--r-- | src/daemon/https/tls/gnutls_int.h | 2 |
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 @@ */ #define KEYRING_HACK +#ifndef MAX #define MAX(X,Y) ((X) > (Y) ? (X) : (Y)) +#endif #define MAX32 4294967295 #define MAX24 16777215 |