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, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_int.h b/src/daemon/https/tls/gnutls_int.h
index e8f15924..2ef52933 100644
--- a/src/daemon/https/tls/gnutls_int.h
+++ b/src/daemon/https/tls/gnutls_int.h
@@ -36,7 +36,7 @@
36 */ 36 */
37#define KEYRING_HACK 37#define KEYRING_HACK
38 38
39#define MAX(X,Y) ((X) > (Y) ? (X) : (Y)); 39#define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
40 40
41#define MAX32 4294967295 41#define MAX32 4294967295
42#define MAX24 16777215 42#define MAX24 16777215