summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-28 11:28:28 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-28 11:28:58 +0200
commit42b089b971dbb81041f740dd2bf1676ab3c8d239 (patch)
tree766f89da2c8d89627f1451d2000e411db365a4e0
parent621a874c689e86f3b3fe8657b068f989827a072c (diff)
downloadgnutls-42b089b971dbb81041f740dd2bf1676ab3c8d239.tar.gz
increased MAX_DATA_ENTRIES to 100.
-rw-r--r--libdane/dane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdane/dane.c b/libdane/dane.c
index 81da1e92d9..25fd589d34 100644
--- a/libdane/dane.c
+++ b/libdane/dane.c
@@ -36,7 +36,7 @@
#include <gnutls/crypto.h>
#include "../lib/gnutls_int.h"
-#define MAX_DATA_ENTRIES 4
+#define MAX_DATA_ENTRIES 100
#ifdef DEBUG
#define gnutls_assert() fprintf(stderr, "ASSERT: %s: %d\n", __FILE__, __LINE__);