summaryrefslogtreecommitdiff
path: root/libdane
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:28 +0200
commit6a8c8a0cccb6381f8bab78b120a2ccc47d375ae7 (patch)
tree3842e8802c4d6ed064c9cc732f8f1d14ae18fb09 /libdane
parent2ff15ab2c1c799b080d19bece76bdc8b9b4ec075 (diff)
downloadgnutls-6a8c8a0cccb6381f8bab78b120a2ccc47d375ae7.tar.gz
increased MAX_DATA_ENTRIES to 100.
Diffstat (limited to 'libdane')
-rw-r--r--libdane/dane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdane/dane.c b/libdane/dane.c
index 3c6d4feae6..edc8acfaae 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__);